Fixed tab space

This commit is contained in:
alonso.torres 2020-05-19 15:22:39 +02:00 committed by Andrés Moya
parent 2a4573842d
commit 9681a4b32e
2 changed files with 227 additions and 218 deletions

View file

@ -293,6 +293,10 @@
border-radius: $br-small; border-radius: $br-small;
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
.presets {
width: 200px;
}
hr { hr {
margin: 0; margin: 0;
border-color: $color-gray-20; border-color: $color-gray-20;
@ -461,7 +465,12 @@
} }
} }
}
.presets {
.custom-select-dropdown {
width: 200px;
}
} }
.row-flex.align-icons { .row-flex.align-icons {

View file

@ -80,7 +80,7 @@
[:div.element-set-content [:div.element-set-content
[:div.row-flex [:div.row-flex
[:div.custom-select.flex-grow {:on-click #(reset! show-presets-dropdown? true)} [:div.presets.custom-select.flex-grow {:on-click #(reset! show-presets-dropdown? true)}
[:span (tr "workspace.options.size-presets")] [:span (tr "workspace.options.size-presets")]
[:span.dropdown-button i/arrow-down] [:span.dropdown-button i/arrow-down]
[:& dropdown {:show @show-presets-dropdown? [:& dropdown {:show @show-presets-dropdown?