Fix overflow in menu

pull/2293/head
Chocobozzz 2019-11-27 14:19:49 +01:00
parent 20146df217
commit 24e0d90069
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 2 deletions

View File

@ -145,15 +145,19 @@ menu {
margin-bottom: 45px;
a {
@include disable-default-a-behaviour;
display: flex;
align-items: center;
padding-left: $menu-lateral-padding;
color: var(--menuForegroundColor);
cursor: pointer;
height: 40px;
min-height: 40px;
font-size: 16px;
transition: background-color .1s ease-in-out;
@include disable-default-a-behaviour;
white-space: normal;
word-break: break-word;
padding-right: 20px;
&.active {
background-color: rgba(255, 255, 255, 0.15);