From 5edc4d76f397bf8a4f0971373e35acc204f4bfc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 13 Mar 2015 09:07:53 +0100 Subject: [PATCH] Fix button width regarless of text in lightbox --- app/styles/modules/common/lightbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 7a9f4adb..bdfdd09c 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -247,9 +247,9 @@ .options { display: flex; a { - flex-grow: 1; padding: 8px 0; text-align: center; + width: 100%; &:first-child { margin-right: .5rem; }