You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@media only screen and (max-width: 767px) {
.ui.form .fields>.field {
padding-left: 0;
padding-right: 0;
}
}
Please add style to smoothly display the form field for small screens .
By the screenshots can be seen as the field does not look smooth.
Indent left and right margins are different.
The text was updated successfully, but these errors were encountered:
Semantic UI - 2.1.7
http://jsfiddle.net/efp8z6Ln/310/
@media only screen and (max-width: 767px) {
.ui.form .fields>.field {
padding-left: 0;
padding-right: 0;
}
}
Please add style to smoothly display the form field for small screens .
By the screenshots can be seen as the field does not look smooth.
Indent left and right margins are different.
The text was updated successfully, but these errors were encountered: