Skip to content

Commit

Permalink
Add border for password field in dataforms combined edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
louwie17 committed Oct 31, 2024
1 parent 770c200 commit 02b8eb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/edit-site/src/components/post-edit/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@
justify-content: center;
}
}

.dataforms-layouts-panel__field-dropdown {
.fields-controls__password {
border-top: $border-width solid $gray-200;
padding-top: $grid-unit-20;
}
}

0 comments on commit 02b8eb0

Please sign in to comment.