Skip to content
Snippets Groups Projects
Commit 627f218b authored by Thomas Hackl's avatar Thomas Hackl
Browse files

set min-height so that a wrapped navigation level 2 doesn't create problems, fixes #1909

parent a6610a14
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ body {
justify-content: space-between;
background-color: $dark-gray-color-10;
font-size: 0.9em;
height: 2.3em;
min-height: 2.3em;
border-bottom: 1px solid $dark-gray-color-40;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment