Skip to content

Commit 4d44676

Browse files
renemadsenclaude
andcommitted
fix: vertically center menu item content in workspace theme
Override align-items: flex-start with center so text and icons are vertically centered within the 32px menu item height. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9bc53bc commit 4d44676

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eform-client/src/scss/components/_workspace-overrides.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ body.theme-workspace {
151151
color: var(--text-header, #1f1f1f) !important;
152152
height: 32px !important;
153153
min-height: 32px !important;
154+
align-items: center !important;
154155
padding: 0 12px !important;
155156
line-height: 20px !important;
156157
font-family: var(--font-family) !important;

0 commit comments

Comments
 (0)