Skip to content

Commit

Permalink
fix(field): mobile display (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored May 17, 2024
1 parent d7009b0 commit 5305012
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/assets/scss/components/_field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,11 @@ $field-horizontal-label-margin: 0 1.5rem 0 0 !default;
}

&--mobile {
&.o-field--horizontal,
.o-field__horizontal-label,
.o-field__horizontal-body {
all: unset;
}

&.o-field--horizontal {
all: unset;
}

.o-field__horizontal-label {
all: unset;
display: block;
text-align: inherit;
}
}
}

0 comments on commit 5305012

Please sign in to comment.