diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2024-04-09 12:15:08 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2024-04-09 12:15:08 -0400 |
| commit | eecc7ee1d14719d510ec2975826022c565a35e5f (patch) | |
| tree | 21aceeda95d05b133611bfddca92d2d0460ea094 /src/client/views/nodes/trails/PresBox.scss | |
| parent | d8863c3188cf0c4647b70d3dc9ec5f2fffe5525c (diff) | |
pushing progress
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/trails/PresBox.scss | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/client/views/nodes/trails/PresBox.scss b/src/client/views/nodes/trails/PresBox.scss index 23c170cf7..43f9ec78e 100644 --- a/src/client/views/nodes/trails/PresBox.scss +++ b/src/client/views/nodes/trails/PresBox.scss @@ -230,6 +230,11 @@ } } +.presBox-toggles { + display: flex; + overflow-x: auto; +} + .presBox-ribbon { position: relative; display: inline; @@ -695,15 +700,14 @@ background-color: $white; display: flex; color: $black; - margin-top: 5px; - margin-bottom: 5px; border-radius: 5px; - margin-right: 5px; width: max-content; justify-content: center; align-items: center; padding-right: 10px; padding-left: 10px; + margin: 4px; + text-wrap: nowrap; } .ribbon-toggle.active { |
