mirror of
https://github.com/thangisme/notes.git
synced 2025-01-05 09:56:26 -05:00
Fixed multi line nav items
(cherry picked from commit 2a8901ff953004a2fc7cebde86bae6575cec2924)
This commit is contained in:
parent
0ebbe4bb4e
commit
8a3458bafd
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
.nav-list-link {
|
.nav-list-link {
|
||||||
display: block;
|
display: block;
|
||||||
height: $nav-list-item-height;
|
min-height: $nav-list-item-height;
|
||||||
line-height: #{$nav-list-item-height - 2 * $sp-1};
|
line-height: #{$nav-list-item-height - 2 * $sp-1};
|
||||||
padding-top: $sp-1;
|
padding-top: $sp-1;
|
||||||
padding-right: $gutter-spacing-sm;
|
padding-right: $gutter-spacing-sm;
|
||||||
|
Loading…
Reference in New Issue
Block a user