From 7765c1e9824f8d8056d0d42417dfb0390b3cfdaa Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sun, 24 Jul 2022 12:01:44 +0100 Subject: [PATCH] Add right-hand margin to pre avoids having the focus outline awkwardly clipped by the copy button --- site/assets/scss/_component-examples.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/site/assets/scss/_component-examples.scss b/site/assets/scss/_component-examples.scss index 49f77f94462c..f4865daf8a42 100644 --- a/site/assets/scss/_component-examples.scss +++ b/site/assets/scss/_component-examples.scss @@ -320,6 +320,7 @@ pre { padding: 0; margin-top: .625rem; + margin-right: 1.875rem; margin-bottom: .625rem; white-space: pre; background-color: transparent;