From 488e97b0e4df49572736eb3cc182fb57003d9cc6 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 20 Aug 2014 13:32:08 -0600 Subject: [PATCH] scss(popup): make buttons align correctly with flexbox --- scss/_popup.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scss/_popup.scss b/scss/_popup.scss index 10a66bab46..f131ae58e7 100644 --- a/scss/_popup.scss +++ b/scss/_popup.scss @@ -69,15 +69,16 @@ padding: 10px 10px; } + @include display-flex(); + @include flex-direction(row); + .button { margin: 0px 5px; min-height: $popup-button-min-height; border-radius: $popup-button-border-radius; line-height: $popup-button-line-height; - &:first-child { - margin-left: 0px; - } + margin-right: 5px; &:last-child { margin-right: 0px; }