Toolkit: Fix select label width

This commit is contained in:
asonix 2021-02-01 22:43:01 -06:00
parent 670c025591
commit 15aa3c1cd6

View file

@ -300,6 +300,8 @@ img {
}
.toolkit-select {
width: 300px;
.toolkit-select--title {
display: block;
padding: 4px 0;
@ -309,7 +311,7 @@ img {
.toolkit-select--wrapper {
position: relative;
width: 300px;
width: 100%;
border-radius: 2px;
&:before {
@ -1102,7 +1104,7 @@ img {
border-right: 0;
}
.toolkit-select .toolkit-select--wrapper {
.toolkit-select {
width: 100%;
}