From b3953509cec5d6f046abe90cfc0da41971f6370b Mon Sep 17 00:00:00 2001 From: "lex(a) mourek" Date: Wed, 4 Jan 2017 14:19:53 +0100 Subject: [PATCH] Fix full width card action overflow in IE --- src/dialog/_dialog.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dialog/_dialog.scss b/src/dialog/_dialog.scss index 9f2c3e63..a13ca61a 100644 --- a/src/dialog/_dialog.scss +++ b/src/dialog/_dialog.scss @@ -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;