Adjust min-width
This commit is contained in:
parent
c3268d2da6
commit
0295e9f769
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: none;
|
display: none;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
min-width: 100px;
|
min-width: $unit-14x;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|
||||||
&.Visible {
|
&.Visible {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue