Merge pull request #23072 from nextcloud/backport/23051/stable20
[stable20] Fix app text going too far down on hover/focus
This commit is contained in:
commit
fb426c90b7
|
@ -477,7 +477,6 @@ nav[role='navigation'] {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
margin-bottom: -1px; // for vertical alignment
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hidden apps menu */
|
/* hidden apps menu */
|
||||||
|
|
Loading…
Reference in New Issue