1em -> 1rem for .formcontrol padding

pull/5742/merge
Aleksander Machniak 7 years ago
parent 6f977c5cae
commit ad8cba30db

@ -310,7 +310,7 @@ html.layout-phone {
} }
.formcontent { .formcontent {
padding: 1em; padding: 1rem;
.row { .row {
margin-right: 0; /* without these the form is too wide causing horizontal scrollbar appearence */ margin-right: 0; /* without these the form is too wide causing horizontal scrollbar appearence */

Loading…
Cancel
Save