1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-23 00:14:26 -04:00

Fixed multi line nav items

(cherry picked from commit 2a8901ff953004a2fc7cebde86bae6575cec2924)
This commit is contained in:
Silvio Giebl 2019-08-10 21:05:23 +02:00
parent 0ebbe4bb4e
commit 8a3458bafd

View File

@ -18,7 +18,7 @@
.nav-list-link {
display: block;
height: $nav-list-item-height;
min-height: $nav-list-item-height;
line-height: #{$nav-list-item-height - 2 * $sp-1};
padding-top: $sp-1;
padding-right: $gutter-spacing-sm;