Skip to content

Commit

Permalink
feat(edit-content) change from dialog to sidebar #28764
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Jun 19, 2024
1 parent f319f84 commit 959fca5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
align-items: center;
flex-wrap: wrap;
gap: $spacing-0;
padding: $spacing-1 $spacing-4;
padding: 0 $spacing-4;
}

.category-field__header-title {
Expand Down Expand Up @@ -33,6 +33,7 @@
border: $field-border-size solid $color-palette-gray-400;
border-radius: $border-radius-md;
background-color: $white;

padding: $spacing-3;
}

Expand Down

0 comments on commit 959fca5

Please sign in to comment.