diff options
| author | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-17 22:33:08 -0500 |
|---|---|---|
| committer | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-17 22:33:08 -0500 |
| commit | b2d824b412e6bbf9b4867ed13f49a433af7c26c7 (patch) | |
| tree | 11c007f797a7d73ae4cb832e25e000f1d8f5947f /src/client/views/nodes/MapBox/MapBox.scss | |
| parent | 63c5625b34d42f33270067c27047d597fd9b46ce (diff) | |
fixing some bugs with MapBox and MapAnchorMenu
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
| -rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss index b3ce55786..25b4587a5 100644 --- a/src/client/views/nodes/MapBox/MapBox.scss +++ b/src/client/views/nodes/MapBox/MapBox.scss @@ -109,20 +109,15 @@ display: flex; justify-content: flex-start; align-items: center; - gap: 7px; + width: 100%; .animation-suboptions { display: flex; justify-content: flex-start; - flex-wrap: wrap; align-items: center; gap: 7px; width: 100%; - .first-person-label { - width: '130px' !important; - } - label { margin-bottom: 0; } |
