aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresBox.scss
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2024-04-09 12:15:08 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2024-04-09 12:15:08 -0400
commiteecc7ee1d14719d510ec2975826022c565a35e5f (patch)
tree21aceeda95d05b133611bfddca92d2d0460ea094 /src/client/views/nodes/trails/PresBox.scss
parentd8863c3188cf0c4647b70d3dc9ec5f2fffe5525c (diff)
pushing progress
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.scss')
-rw-r--r--src/client/views/nodes/trails/PresBox.scss10
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 {