Skip to content

Commit

Permalink
Merge pull request #11558 from nextcloud/stable14-header-overflow
Browse files Browse the repository at this point in the history
[stable14] Fix header overflow, fix more apps menu, fix #11552
  • Loading branch information
rullzer authored Oct 2, 2018
2 parents 591669a + 745e27e commit 029aa8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/files_sharing/css/public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ thead {
text-align: left;
}

/* Needed to ellipsize long header text on share page */
#body-login #header-left,
#body-login .header-left {
overflow: hidden;
}

#header .header-shared-by {
color: var(--color-primary-text);
position: relative;
Expand Down
1 change: 0 additions & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
flex: 0 0;
flex-grow: 1;
white-space: nowrap;
overflow: hidden;
}

#header-right, .header-right {
Expand Down

0 comments on commit 029aa8e

Please sign in to comment.