diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-21 11:58:12 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-21 11:58:12 -0500 |
| commit | ee53adac4d718ee5389b66e9b93ab1240565cd30 (patch) | |
| tree | 6f9a3b078b00e7b025c5c257b0fe7028f9df1aa9 /src/client/views/nodes/MapBox/MapBox.scss | |
| parent | e5536e19be862125cef574faff4d745191d7849c (diff) | |
| parent | f50ed77da0f5bf4990ec8bcd6a3b7b8021081d79 (diff) | |
Merge branch 'zaul-branch-2' into moreUpgrading
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; } |
