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:
@@ -1,6 +1,6 @@
|
||||
.admin .budget-phases-form {
|
||||
|
||||
fieldset {
|
||||
> fieldset {
|
||||
margin-top: $line-height;
|
||||
|
||||
> * {
|
||||
|
||||
Reference in New Issue
Block a user