Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <machniak@kolabsys.com>2019-03-25 14:29:20 +0300
committerAleksander Machniak <machniak@kolabsys.com>2019-03-25 14:29:20 +0300
commit79ca8bc40ab0dc3c30c089fb47f525b24e9ba72e (patch)
treea64636be1be8a10c508cf2f2522060e1ade0d13e /skins/elastic/styles
parent4524156a3dbf539d2ceb2b327a72a6c0070598c4 (diff)
Elastic: Small regression in .menu.footer
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/menu.less2
1 files changed, 1 insertions, 1 deletions
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;