Skip to content

Commit

Permalink
Fix misplaced themes details menu navigation buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Benz committed Jun 4, 2024
1 parent 14985c5 commit 4de3c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/components/modals/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$height: 50px;
$line-height: 20px;
width: 100%;
height: $height;
min-height: $height;
background: $modal-nav-bg-color;
border-bottom: 1px solid $modal-nav-border-color;

Expand All @@ -38,7 +38,7 @@
overflow: hidden;
padding: 14px 5px;
box-sizing: border-box;
height : $height;
min-height : $height;
line-height: $line-height;
color: $modal-nav-link-color;
font-size: 13px;
Expand Down

0 comments on commit 4de3c1e

Please sign in to comment.