diff options
author | bobzel <zzzman@gmail.com> | 2021-08-10 10:40:10 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-08-10 10:40:10 -0400 |
commit | 31aca178137cf100eeffa9f281dc07d28b44f046 (patch) | |
tree | 4504c8128751703b94474f936946d351961d75ed /src | |
parent | dbdcff75d76fb54a0e085cc0958a07ded32d0b45 (diff) |
fixed clicking on +new dashboard when window is narrow.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/topbar/TopBar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/topbar/TopBar.scss b/src/client/views/topbar/TopBar.scss index 164cc29cd..2ecbb536b 100644 --- a/src/client/views/topbar/TopBar.scss +++ b/src/client/views/topbar/TopBar.scss @@ -91,7 +91,7 @@ font-family: 'Roboto'; position: relative; display: flex; - width: 450; + width: fit-content; gap: 5px; .topBar-icon:hover { |