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 <alec@alec.pl>2019-03-26 12:21:02 +0300
committerAleksander Machniak <alec@alec.pl>2019-03-26 12:21:02 +0300
commitb667f1ec02df2a1172300d1552efbe873d803541 (patch)
tree86234c72bf5c9c8b5783da5e32a76da3add30ab6 /skins/elastic/styles
parentc2a5ffeecb188f3435600ef867376957178ca67a (diff)
Elastic: Better buttons alignment in .menu.footer .buttons
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 786158ab1..6af224929 100644
--- a/skins/elastic/styles/widgets/menu.less
+++ b/skins/elastic/styles/widgets/menu.less
@@ -327,7 +327,7 @@
.buttons {
display: flex;
- justify-content: space-around;
+ justify-content: space-evenly;
}
.listselectors > * {