css: fix input box size in inline forms.

This commit is contained in:
evazion
2020-08-18 11:08:02 -05:00
parent d98dd0bb6d
commit fee68b6dd9

View File

@@ -82,6 +82,7 @@ form.inline-form {
display: table-cell; display: table-cell;
padding-right: 1em; padding-right: 1em;
white-space: nowrap; white-space: nowrap;
line-height: 1em;
} }
} }
} }