Skip to content

Commit 34751e0

Browse files
authored
Merge pull request #11553 from nextcloud/header-overflow
Fix header overflow, fix more apps menu, fix #11552
2 parents c70e3c5 + 2665965 commit 34751e0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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: 2 additions & 3 deletions
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 {
@@ -358,12 +357,12 @@ nav[role='navigation'] {
358357
&:active {
359358
color: var(--color-primary-text);
360359

361-
#expandDisplayName,
360+
#expandDisplayName,
362361
.avatardiv{
363362
border-radius: 50%;
364363
border: 2px solid var(--color-primary-text);
365364
margin: -2px;
366-
}
365+
}
367366
.avatardiv{
368367
background-color: var(--color-primary-text);
369368
}

0 commit comments

Comments
 (0)