Skip to content

Commit 029aa8e

Browse files
authored
Merge pull request #11558 from nextcloud/stable14-header-overflow
[stable14] Fix header overflow, fix more apps menu, fix #11552
2 parents 591669a + 745e27e commit 029aa8e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

apps/files_sharing/css/public.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@ thead {
159159
text-align: left;
160160
}
161161

162+
/* Needed to ellipsize long header text on share page */
163+
#body-login #header-left,
164+
#body-login .header-left {
165+
overflow: hidden;
166+
}
167+
162168
#header .header-shared-by {
163169
color: var(--color-primary-text);
164170
position: relative;

core/css/header.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@
153153
flex: 0 0;
154154
flex-grow: 1;
155155
white-space: nowrap;
156-
overflow: hidden;
157156
}
158157

159158
#header-right, .header-right {

0 commit comments

Comments
 (0)