Skip to content

Commit

Permalink
Option fields with 2 rows style glitch - Fix #4295
Browse files Browse the repository at this point in the history
  • Loading branch information
arielk committed Oct 11, 2018
1 parent f607e9b commit 9136dcb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions assets/dev/scss/frontend/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
pointer-events: none;
}
}

&.elementor-field-type-select-multiple{
.elementor-select-wrapper:before {
content: '';
Expand Down Expand Up @@ -119,6 +120,22 @@
}
}

.elementor-field-type-checkbox,
.elementor-field-type-radio,
.elementor-field-type-acceptance {

.elementor-field-subgroup {

.elementor-field-option {

input,
label {
display: inline;
}
}
}
}

.elementor-field-label {
cursor: pointer;

Expand Down

0 comments on commit 9136dcb

Please sign in to comment.