We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 591669a + 745e27e commit 029aa8eCopy full SHA for 029aa8e
2 files changed
apps/files_sharing/css/public.scss
@@ -159,6 +159,12 @@ thead {
159
text-align: left;
160
}
161
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
+
168
#header .header-shared-by {
169
color: var(--color-primary-text);
170
position: relative;
core/css/header.scss
@@ -153,7 +153,6 @@
153
flex: 0 0;
154
flex-grow: 1;
155
white-space: nowrap;
156
- overflow: hidden;
157
158
#header-right, .header-right {
0 commit comments