From 689fc0106a44318849c8c2969d9cd3160f101e25 Mon Sep 17 00:00:00 2001 From: Vijaykant Yadav Date: Fri, 16 May 2025 15:22:36 +0530 Subject: [PATCH] fix: header alignment --- frontend/src/HomePage/HomePage.jsx | 28 ---------------------------- frontend/src/_styles/theme.scss | 1 - 2 files changed, 29 deletions(-) diff --git a/frontend/src/HomePage/HomePage.jsx b/frontend/src/HomePage/HomePage.jsx index 2b9586029a..3af41903aa 100644 --- a/frontend/src/HomePage/HomePage.jsx +++ b/frontend/src/HomePage/HomePage.jsx @@ -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; diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 50894aefbf..1b0c48850c 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -18883,7 +18883,6 @@ section.ai-message-prompt-input-wrapper { .header { padding-top: 12px; - padding-left: 4px; font-weight: 500; font-size: 14px; }