fix(joyent-ui-toolkit): force min-width of CardOptions

This commit is contained in:
Sérgio Ramos 2017-06-06 11:57:12 +01:00
parent 57bd1bc0fe
commit 87b3d8e9f5

View File

@ -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;