fix: header alignment

This commit is contained in:
Vijaykant Yadav 2025-05-16 15:22:36 +05:30
parent ab6463f807
commit 689fc0106a
2 changed files with 0 additions and 29 deletions

View file

@ -958,34 +958,6 @@ class HomePageComponent extends React.Component {
const isAdmin = authenticationService?.currentSessionValue?.admin;
const isBuilder = authenticationService?.currentSessionValue?.is_builder;
const testGroups = [
{ name: 'Group 1' },
{ name: 'Group 2 long name' },
{ name: 'Group 3 med' },
{ name: 'Group 4 med' },
{ name: 'Group 4 really long name' },
{ name: 'Group 1' },
{ name: 'Group 2 long name' },
{ name: 'Group 3 med' },
{ name: 'Group 4 med' },
{ name: 'Group 4 really long name' },
{ name: 'Group 1' },
{ name: 'Group 2 long name' },
{ name: 'Group 3 med' },
{ name: 'Group 4 med' },
{ name: 'Group 4 really long name' },
{ name: 'Group 1' },
{ name: 'Group 2 long name' },
{ name: 'Group 3 med' },
{ name: 'Group 4 med' },
{ name: 'Group 4 really long name' },
{ name: 'Group 1' },
{ name: 'Group 2 long name' },
{ name: 'Group 3 med' },
{ name: 'Group 4 med' },
{ name: 'Group 4 really long name' },
];
//import app missing groups modal config
const threshold = 3;
const isLong = missingGroups.length > threshold;

View file

@ -18883,7 +18883,6 @@ section.ai-message-prompt-input-wrapper {
.header {
padding-top: 12px;
padding-left: 4px;
font-weight: 500;
font-size: 14px;
}