Skip to content

Commit

Permalink
Only override padding right on easyadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Oct 10, 2021
1 parent 73fa3b3 commit d7a66d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Resources/assets/src/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.form-group.collection-js.field-collection .accordion-header {
padding-right: 0;
}

.form-group.collection-js .accordion-header {
display: flex;
}

0 comments on commit d7a66d3

Please sign in to comment.