diff options
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index c95b21ca3..51a7a3dd1 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -25,7 +25,6 @@ | |||
25 | height: $header-height; | 25 | height: $header-height; |
26 | display: flex; | 26 | display: flex; |
27 | align-items: center; | 27 | align-items: center; |
28 | flex: 1; | ||
29 | min-width: 0; | 28 | min-width: 0; |
30 | 29 | ||
31 | .icon { | 30 | .icon { |
@@ -81,6 +80,7 @@ | |||
81 | align-items: center; | 80 | align-items: center; |
82 | justify-content: flex-end; | 81 | justify-content: flex-end; |
83 | white-space: nowrap; | 82 | white-space: nowrap; |
83 | flex: 1; | ||
84 | } | 84 | } |
85 | } | 85 | } |
86 | 86 | ||