Skip to content

Commit

Permalink
fix: add missing nes-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
d0p1s4m4 committed Dec 26, 2018
1 parent 44d1e0d commit 361b2c2
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 @@ -58,15 +58,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 361b2c2

Please sign in to comment.