diff --git a/examples/demo.css b/examples/demo.css index f9ddc1a659..dfd8ed1909 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -42,6 +42,10 @@ h1 { margin: 0 !important; } +.form-control { + padding: 0px 0px; +} + #dropzone { padding: 30px; margin: 0 20% 30px;