Skip to content

Commit

Permalink
fix: stop style pollution into array field items
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Nov 20, 2023
1 parent 57563e1 commit 03b89d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@

.ArrayFieldItem--isExpanded {
border-bottom: 0;
outline: 1px solid var(--puck-color-azure-6);
outline-offset: 0px !important; /* Important helps to override Nextra docs */
outline: 1px solid var(--puck-color-azure-6) !important; /* Important helps to override Nextra docs */
}

.ArrayFieldItem--isDragging {
Expand Down

0 comments on commit 03b89d5

Please sign in to comment.