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
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-01-27 16:58:34 +0300
committerAleksander Machniak <alec@alec.pl>2020-01-27 16:59:51 +0300
commitb35bf87105df79111ac5886b3094a3fe130d3c28 (patch)
tree1b442f30cae78da9e36dc695014168f97cba6013 /skins
parent7f45e47f00e8d8e7e6fb666cd118b20f59642c63 (diff)
Fix bug where it wasn't possible to save flag actions (#7188)
Display proper error when no flag is selected.
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/widgets/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/elastic/styles/widgets/forms.less b/skins/elastic/styles/widgets/forms.less
index 3b3892518..e8bebcf89 100644
--- a/skins/elastic/styles/widgets/forms.less
+++ b/skins/elastic/styles/widgets/forms.less
@@ -833,6 +833,7 @@ html.ms .propform {
& > .invalid-feedback {
display: inline-block;
+ line-height: 1.5;
}
}
}