[style] add an extra space around choices expanded widget

This commit is contained in:
2019-12-13 12:39:13 +01:00
parent 7d5ea38ea3
commit 01a79f1b79
3 changed files with 9 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ label {
.inline-choice {
white-space:nowrap;
display: inline-block;
label {
white-space:normal;
display: inline;
@@ -43,6 +45,11 @@ label {
}
}
div.choice-widget-expanded {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
textarea,
//input,
#{$all-text-inputs},