diff --git a/assets/static/css/main.css b/assets/static/css/main.css index 7ddda94..c05eb24 100644 --- a/assets/static/css/main.css +++ b/assets/static/css/main.css @@ -79,6 +79,12 @@ body { min-height: 100vh; } +.row:after { + content:""; + display:table; + clear:both +} + input, select, textarea{ display: block; border: 1px solid #ccc !important; diff --git a/assets/templates/items/form.tmpl b/assets/templates/items/form.tmpl index 45ac6d6..ae037a7 100644 --- a/assets/templates/items/form.tmpl +++ b/assets/templates/items/form.tmpl @@ -74,14 +74,14 @@ {{ if $fields_present }} -