diff options
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index e3ec10a83..a824c69fe 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -304,7 +304,8 @@ my-actor-avatar { | |||
304 | flex-wrap: wrap; | 304 | flex-wrap: wrap; |
305 | } | 305 | } |
306 | 306 | ||
307 | a { | 307 | a, |
308 | span[role=button] { | ||
308 | @include margin-right(8px); | 309 | @include margin-right(8px); |
309 | @include disable-default-a-behaviour; | 310 | @include disable-default-a-behaviour; |
310 | 311 | ||