Skip to content

Commit

Permalink
fix: Make sure commands button does not overlap with form elements #2127
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Oct 5, 2023
1 parent f1b7e02 commit 443748b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/src/card_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ const
top: 0, right: 0,
$nest: {
'>div:first-child': {
padding: 24,
padding: 12,
fontSize: 16,
color: cssVar('$text7')
},
},
},
icon: {
userSelect: 'none',
marginRight: -6,
color: cssVar('$text'),
$nest: {
'&:hover': {
Expand Down

0 comments on commit 443748b

Please sign in to comment.