From 45df4d06ae64af40501dcec5a0424fab4490ab5c Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 24 Sep 2019 11:51:43 +0200 Subject: BUGFIX Correct flex for header buttons --- src/styles/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index b61be8f..8f41eee 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -31,7 +31,7 @@ body { .button { border-left: 1px solid map-get($colors, grey); border-right: 1px solid map-get($colors, grey); - flex: auto; + flex: 1 1 0px; text-align: center; background-color: map-get($colors, button); -- cgit 1.2.3-korg