summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/header.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 4c0f05f9cc6..721350b5a09 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -153,7 +153,6 @@
flex: 0 0;
flex-grow: 1;
white-space: nowrap;
- overflow: hidden;
}
#header-right, .header-right {
@@ -357,12 +356,12 @@ nav[role='navigation'] {
&:active {
color: var(--color-primary-text);
- #expandDisplayName,
+ #expandDisplayName,
.avatardiv{
border-radius: 50%;
border: 2px solid var(--color-primary-text);
margin: -2px;
- }
+ }
.avatardiv{
background-color: var(--color-primary-text);
}