fix(joyent-ui-toolkit): force min-width of CardOptions
This commit is contained in:
parent
57bd1bc0fe
commit
87b3d8e9f5
@ -23,7 +23,7 @@ const StyledButton = Button.extend`
|
||||
border-width: 0;
|
||||
box-shadow: none;
|
||||
width: 100%;
|
||||
min-width: auto;
|
||||
min-width: ${remcalc(46)} !important;
|
||||
height: ${remcalc(124)};
|
||||
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user