Skip to content

Commit

Permalink
Fixing eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jalagari committed Dec 2, 2024
1 parent 3381190 commit d6b2b0f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,18 @@ main .form form .item-add {
overflow: unset;
display: none;
}

main .form form .item-remove {
justify-self: end;
grid-column: span 12;
}

main .form form div[data-variant="addRemoveAll"] .item-add,
main .form form div[data-variant="addRemoveLast"] .item-add,
main .form form div[data-variant="addRemoveAll"] .item-remove,
main .form form div[data-variant="addRemoveLast"] fieldset:last-of-type .item-remove {
display: block;
}
main .form form .item-remove {
justify-self: end;
grid-column: span 12;
}

/* End of Repeatable Styling */
main .form .file-description{
Expand Down

0 comments on commit d6b2b0f

Please sign in to comment.