aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-03 02:34:21 -0400
committerbobzel <zzzman@gmail.com>2020-08-03 02:34:21 -0400
commita9ad415f054edb532f544ac2037e97ba573521ae (patch)
tree40c41726ff4b83a995009262fd241335e3f5e667 /src/client/views/PropertiesButtons.scss
parent6ab1be67787779c8a6b26f9fbb058a8ccc973fa6 (diff)
parent8d1f4cdf924a4002f132886230eb85a40dfcae3f (diff)
Merge branch 'menu_restructure' of https://github.com/browngraphicslab/Dash-Web into menu_restructure
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
-rw-r--r--src/client/views/PropertiesButtons.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss
index b3a317a6b..1cba252de 100644
--- a/src/client/views/PropertiesButtons.scss
+++ b/src/client/views/PropertiesButtons.scss
@@ -45,13 +45,13 @@ $linkGap : 3px;
}
.propertiesButtons {
- margin-top: $linkGap;
+ margin-top: 3px;
grid-column: 1/4;
- width: max-content;
+ width: 100%;
height: auto;
display: flex;
flex-direction: row;
- overflow-x: visible;
+ flex-wrap: wrap;
}
.onClickFlyout-editScript {
@@ -69,6 +69,7 @@ $linkGap : 3px;
width: 25px;
border-radius: 5px;
margin-right: 18px;
+ margin-bottom: 8px;
}
.propertiesButtons-linker {