css: Remove left-right padding from inline form elements

fixes #4036
This commit is contained in:
Johannes Meyer 2020-01-13 10:28:52 +01:00
parent ffadceafd7
commit 33f6047973
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ form.inline {
.control-group .spinner {
line-height: 1.5;
margin: 0 auto;
padding: 0 .5em;
}
}