Skip to content

Commit

Permalink
Table of contents: update collapsed style
Browse files Browse the repository at this point in the history
Add border radius

See WordPress/wporg-developer#407
  • Loading branch information
adamwoodnz committed Dec 5, 2023
1 parent ccedfbb commit c28bf2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mu-plugins/blocks/table-of-contents/postcss/style.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

@media (max-width: 1199px) {
border: 1px solid var(--wp--preset--color--light-grey-1);
border-radius: 2px;
padding: 15px var(--wp--preset--spacing--20);
}
}
Expand Down

0 comments on commit c28bf2e

Please sign in to comment.