File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments