Skip to content

Commit

Permalink
fix: add missing nes-prefix
Browse files Browse the repository at this point in the history
BREAKING CHANGE: fix field class to nes-field
  • Loading branch information
BcRikko committed Feb 13, 2019
1 parent 0412305 commit 9907bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/form/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
}

@media screen and (max-width: 768px) {
.field.is-inline {
.nes-field.is-inline {
display: block;

> label {
margin-bottom: 0.5rem; // reboot.css:label
text-align: left;
}

.input {
.nes-input {
max-width: 100%;
}
}
Expand Down

0 comments on commit 9907bdc

Please sign in to comment.