Skip to content

Commit 0455df8

Browse files
authored
Merge pull request #88 from zonayedpca/style
fixed code overlap problem
2 parents cc824be + d66650d commit 0455df8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,11 @@ td:last-child {
610610
tt,
611611
code {
612612
background-color: #eee;
613+
display: inline-block;
613614
border-radius: 4px;
614615
font-family: "SFMono-Regular", Consolas, "Roboto Mono", "Droid Sans Mono",
615616
"Liberation Mono", Menlo, Courier, monospace;
616-
padding: 0.5rem;
617+
padding: 5px 10px;
617618
}
618619
pre code {
619620
line-height: 1.42;

0 commit comments

Comments
 (0)