Skip to content

Commit

Permalink
fix(inputs.scss): fix field responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
BcRikko committed Dec 8, 2018
1 parent 66576f1 commit 28d8839
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scss/form/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,18 @@
}
}
}

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

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

.input {
max-width: 100%;
}
}
}

0 comments on commit 28d8839

Please sign in to comment.