From 0652d3f52d39099119d64506670b6af0f8903274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 1 Sep 2021 16:24:31 +0200 Subject: [PATCH] Fix budget mode selection in Internet Explorer 11 As mentioned in commit b7f6c4c43: > [In Internet Explorer] the `flex: 1` property doesn't work so well > when `flex-direction` is set to `column`. We're replacing it with > `flex-grow: 1`. No need to set other `flex-basis` nor `flex-shrink` > since in this case the default values will work just fine. --- app/assets/stylesheets/admin/budgets/heading_mode.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/admin/budgets/heading_mode.scss b/app/assets/stylesheets/admin/budgets/heading_mode.scss index d3ee8eadd..7ce8885b5 100644 --- a/app/assets/stylesheets/admin/budgets/heading_mode.scss +++ b/app/assets/stylesheets/admin/budgets/heading_mode.scss @@ -56,7 +56,7 @@ p { font-size: $small-font-size; font-style: italic; - flex: 1; + flex-grow: 1; } a {