Skip to content

Commit

Permalink
Increse line-height of action descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
owi92 committed Sep 17, 2023
1 parent 82196e5 commit 509b280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ui/Access.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ const ActionsMenu: React.FC = () => {
hideArrowTip
padding={0}
borderWidth={isDark ? 1 : 0}
css={{ minWidth: 125 }}
css={{ minWidth: 125, lineHeight: 1.4 }}
>
<ul css={{
listStyle: "none",
Expand Down

0 comments on commit 509b280

Please sign in to comment.