Skip to content

Commit

Permalink
Add right-hand margin to pre
Browse files Browse the repository at this point in the history
avoids having the focus outline awkwardly clipped by the copy button
  • Loading branch information
patrickhlauke authored and mdo committed Sep 1, 2022
1 parent 8f67bcf commit 7765c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/assets/scss/_component-examples.scss
Expand Up @@ -320,6 +320,7 @@
pre {
padding: 0;
margin-top: .625rem;
margin-right: 1.875rem;
margin-bottom: .625rem;
white-space: pre;
background-color: transparent;
Expand Down

0 comments on commit 7765c1e

Please sign in to comment.