Fix full width card action overflow in IE

master
lex(a) mourek 2017-01-04 14:19:53 +01:00 committed by Jonathan Garbee
parent 745f2dd25b
commit b3953509ce
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@
padding: 0 0 8px 0;
> * {
height: 48px;
flex: 0 0 100%;
flex: 0 0 auto;
width: 100%; //@see https://github.com/philipwalton/flexbugs#7-flex-basis-doesnt-account-for-box-sizingborder-box
padding-right: 16px;
margin-right: 0;
text-align: right;