fix(worksheets): increase dropdown button height to fit all content lines
Increased button height from h: '20' to h: '24' Increased description height from h: '12' to h: '14' This provides enough space to display all three lines: - Regrouping percentage - Always items - When needed items 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -584,7 +584,7 @@ export function ConfigPanel({ formState, onChange }: ConfigPanelProps) {
|
||||
data-action="open-preset-dropdown"
|
||||
className={css({
|
||||
w: 'full',
|
||||
h: '20',
|
||||
h: '24',
|
||||
px: '3',
|
||||
py: '2.5',
|
||||
border: '2px solid',
|
||||
@@ -639,7 +639,7 @@ export function ConfigPanel({ formState, onChange }: ConfigPanelProps) {
|
||||
fontSize: 'xs',
|
||||
color: isCustom ? 'orange.600' : 'gray.500',
|
||||
lineHeight: '1.3',
|
||||
h: '12',
|
||||
h: '14',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: '0.5',
|
||||
|
||||
Reference in New Issue
Block a user