aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-08-10 10:40:10 -0400
committerbobzel <zzzman@gmail.com>2021-08-10 10:40:10 -0400
commit31aca178137cf100eeffa9f281dc07d28b44f046 (patch)
tree4504c8128751703b94474f936946d351961d75ed
parentdbdcff75d76fb54a0e085cc0958a07ded32d0b45 (diff)
fixed clicking on +new dashboard when window is narrow.
-rw-r--r--src/client/views/topbar/TopBar.scss2
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 {