Skip to content

Commit

Permalink
feat(edit-content) css ajust #28493
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Jul 18, 2024
1 parent c867a6d commit a807566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

.category-list {
list-style: none;
padding: $spacing-3;
margin: 0;
padding: 0;
}

.category-list__item {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
.category-field__right-pane {
flex: 0 0 25%;
gap: $spacing-1;
padding: $spacing-3;
}

.category-field__categories,
Expand Down

0 comments on commit a807566

Please sign in to comment.