diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-18 12:21:17 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-18 12:21:17 -0400 |
| commit | 8410cd330b676ce50948b2ec1011a72b219ee87b (patch) | |
| tree | 2009a9cd1942cf9662786fdbc2b20c6f0713cb60 /src/client/views/PropertiesButtons.scss | |
| parent | 2bfad0eb9e3d8f8d26f66cf8e6daa801a694cab0 (diff) | |
| parent | 4e1bc2547787e9b1978c23da2045eb46407e1e3c (diff) | |
Merge branch 'master' into sophie-report-manager
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
| -rw-r--r-- | src/client/views/PropertiesButtons.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss index 36b2df73e..db30745fc 100644 --- a/src/client/views/PropertiesButtons.scss +++ b/src/client/views/PropertiesButtons.scss @@ -57,14 +57,13 @@ $linkGap : 3px; } .propertiesButtons { - margin-top: 3px; - grid-column: 1/4; width: 100%; height: auto; display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 5.5px; + gap: 5px; } .onClickFlyout-editScript { @@ -81,10 +80,7 @@ $linkGap : 3px; .propertiesButtons-button { pointer-events: auto; padding-right: 5px; - width: 25px; - border-radius: 5px; - margin-right: 20px; - margin-bottom: 8px; + width: 100%; } .propertiesButton-dropdownList { |
