Skip to content

Commit 89168fd

Browse files
committed
Remove top/bottom padding on code elements so they don't bleed into each other on successive lines
1 parent 6dbbf85 commit 89168fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@ pre, code {
18471847
}
18481848

18491849
code {
1850-
padding: 3px;
1850+
padding: 0 3px;
18511851
background-color: #eee;
18521852
border-radius: 3px;
18531853
}

0 commit comments

Comments
 (0)