Skip to content

Commit

Permalink
Merge pull request #5303 from dodona-edu/fix/add-margin
Browse files Browse the repository at this point in the history
Add 10px extra padding between top right navabar items
  • Loading branch information
jorg-vr authored Jan 17, 2024
2 parents 3f538f9 + b7ebda5 commit 6bfcfcc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/assets/stylesheets/layout/navbar.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,11 @@
li {
margin-top: auto;
margin-bottom: auto;
margin-right: 2px;
}
}

li a {
padding-left: 8px;
li a {
padding-left: 20px;
}
}

li a .dropdown-box::before {
Expand Down

0 comments on commit 6bfcfcc

Please sign in to comment.