diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-08-18 11:03:06 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-08-18 11:03:06 -0400 |
| commit | 56fdbfba93f582d163ccbe390d8d67f937615a1d (patch) | |
| tree | e74389046e36ca19ccb01cc339c2d4f722f9ba67 /src/client/views/topbar | |
| parent | f5c126ba41bb15837c3527e588ba6fb3c79f3e89 (diff) | |
| parent | cf2ab7fe45c57720eeeeff64ed6f5b2b5d8fa40d (diff) | |
Merge branch 'master' into menu_updates_geireann
Diffstat (limited to 'src/client/views/topbar')
| -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 { |
