minor fix - styling

This commit is contained in:
zzossig 2019-12-28 22:43:33 +09:00
parent 424e4934c1
commit 8a072700dd
2 changed files with 3 additions and 3 deletions

View File

@ -29,13 +29,13 @@
@include box-shadow(0, 2px, 3px, 0, rgba(0, 0, 0, 0.25)); @include box-shadow(0, 2px, 3px, 0, rgba(0, 0, 0, 0.25));
&-wrapper { &-wrapper {
min-width: 100px; min-width: 150px;
max-width: 150px; max-width: 150px;
height: auto; height: auto;
margin-right: 1rem; margin-right: 1rem;
@include flexbox(); @include flexbox();
@include flex-direction(column); @include flex-direction(column);
} }
} }