Merge pull request #34097 from nextcloud/Rello-patch-1

'overview:hidden' cutting navigation menu
This commit is contained in:
Carl Schwan 2022-09-16 10:50:54 +02:00 committed by GitHub
commit d44f3cec94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 5 deletions

View file

@ -245,7 +245,6 @@ kbd {
margin: 0;
margin-bottom: 3px;
width: 100%;
overflow: hidden;
border-radius: var(--border-radius-pill);
/* Pinned-to-bottom entries */
/* align loader */

File diff suppressed because one or more lines are too long

View file

@ -179,7 +179,6 @@ kbd {
margin: 0;
margin-bottom: 3px;
width: 100%;
overflow: hidden;
border-radius: var(--border-radius-pill);
/* Pinned-to-bottom entries */

View file

@ -3024,7 +3024,6 @@ kbd {
margin: 0;
margin-bottom: 3px;
width: 100%;
overflow: hidden;
border-radius: var(--border-radius-pill);
/* Pinned-to-bottom entries */
/* align loader */

File diff suppressed because one or more lines are too long