diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-09-24 11:51:43 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 45df4d06ae64af40501dcec5a0424fab4490ab5c (patch) | |
tree | 5feff565b144eb6f9fcde3caaba30a3d2250fee3 | |
parent | e1c80637ec002bc39df5aa7470a69c5ddb8819db (diff) |
BUGFIX Correct flex for header buttons
-rw-r--r-- | src/styles/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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); |