SCSS: Fix large field not taking whole width

This commit is contained in:
Molkobain
2021-05-26 15:29:33 +02:00
parent c9171ef30e
commit b03389068e

View File

@@ -52,7 +52,7 @@ $ibo-field--value-decoration--spacing-x: 0.5rem !default;
/* Large field = Label on top, value below */
.ibo-field-large {
display: inherit;
display: block;
.ibo-field--label {
position: relative; /* Necessary for fullscreen toggler */