Skip to content

Commit

Permalink
fix(ui): 💄 set line-height for dialog btns
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Feb 8, 2024
1 parent 221bc29 commit c0325b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ dialog.responsive footer button[type="reset"],
dialog.responsive footer button[type="submit"] {
flex: 1 1 50%;
border: 1px solid transparent;
line-height: 1;
}
dialog.responsive footer button[type="reset"] {
border: 1px solid var(--dark-200);
Expand Down

0 comments on commit c0325b9

Please sign in to comment.