Fix "Add image" button styles in budget phases

It was broken since we fixed issues with other image fields in commit
394a94cbf, because there we added a fieldset for the image fields, and
so they inherited the styles in budget phases fields (these styles were
added before it was possible to attach an image to a phase).
This commit is contained in:
Javi Martín
2021-09-02 03:37:51 +02:00
parent 30bbd844b5
commit 59da7d0af4

View File

@@ -1,6 +1,6 @@
.admin .budget-phases-form {
fieldset {
> fieldset {
margin-top: $line-height;
> * {