From 79ca8bc40ab0dc3c30c089fb47f525b24e9ba72e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 25 Mar 2019 12:29:20 +0100 Subject: [PATCH] Elastic: Small regression in .menu.footer --- skins/elastic/styles/widgets/menu.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/elastic/styles/widgets/menu.less b/skins/elastic/styles/widgets/menu.less index 5b0eb9d3e..786158ab1 100644 --- a/skins/elastic/styles/widgets/menu.less +++ b/skins/elastic/styles/widgets/menu.less @@ -319,7 +319,7 @@ @media screen and (max-width: @screen-width-small) { .menu.footer { - justify-content: space-around; + justify-content: space-around !important; & > * { flex-grow: 1;