Skip to content

Commit 3ba1459

Browse files
author
Piotr Tułacz
committed
fix button
1 parent 593e209 commit 3ba1459

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/Sylius/Bundle/AdminBundle/Resources/assets/styles

src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_form.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ textarea.form-control {
5959
min-height: 44px;
6060
}
6161

62+
.form-control[type="file"] {
63+
min-height: unset;
64+
}
65+
6266
.form-control:focus {
6367
box-shadow: none;
6468
}

0 commit comments

Comments
 (0)