Skip to content

Commit

Permalink
Don't wrap navbar item text
Browse files Browse the repository at this point in the history
It prevents from separator misalignment in certain screen sizes.

Signed-off-by: Marek Pikuła <[email protected]>
  • Loading branch information
MarekPikula committed Jun 7, 2024
1 parent 89597da commit 08ac7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ header .navbar .navbar-nav a {
.navbar-text {
font-size: 16px !important;
opacity: 0.95;
white-space: nowrap;
}
header .nav-link{
transition: none !important;
Expand Down

0 comments on commit 08ac7bf

Please sign in to comment.