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;
|
border-width: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: auto;
|
min-width: ${remcalc(46)} !important;
|
||||||
height: ${remcalc(124)};
|
height: ${remcalc(124)};
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user