Skip to content

Commit 8599287

Browse files
committed
style: increase padding-bottom to prevent overlap
1 parent 385bedb commit 8599287

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/website/src/theme/CodeBlock/Content/styles.module.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
/* rtl:ignore */
4444
float: left;
4545
min-width: 100%;
46-
padding: var(--ifm-pre-padding);
46+
padding: var(--ifm-pre-padding) var(--ifm-pre-padding)
47+
calc(var(--ifm-pre-padding) * 2.5);
4748
}
4849

4950
.codeBlockLinesWithNumbering {
@@ -103,4 +104,8 @@
103104
position: static;
104105
margin: calc(var(--ifm-pre-padding) / 2);
105106
}
107+
108+
.codeBlockLines {
109+
padding: var(--ifm-pre-padding);
110+
}
106111
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy