Skip to content

Commit

Permalink
* form: add border style to form actions on pinned.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jan 26, 2024
1 parent 22b0641 commit b276f07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/form/src/style/form-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
.form-grid .form-actions {
@apply -w-full -justify-center -gap-6 -px-[--form-grid-gap-x-half] -py-[--form-grid-gap-y];
}
.form-grid .form-actions.is-pinned {
@apply -border-t;
}

0 comments on commit b276f07

Please sign in to comment.