mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fix: header alignment
This commit is contained in:
parent
ab6463f807
commit
689fc0106a
2 changed files with 0 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -18883,7 +18883,6 @@ section.ai-message-prompt-input-wrapper {
|
|||
|
||||
.header {
|
||||
padding-top: 12px;
|
||||
padding-left: 4px;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue