mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove padding from code blocks that was causing weird indentation
This commit is contained in:
@@ -123,11 +123,11 @@ pre {
|
||||
line-height: 20px;
|
||||
border: 1px solid #777;
|
||||
word-wrap: normal;
|
||||
padding: 10px;
|
||||
}
|
||||
code, pre {
|
||||
font-family: "SF Mono", Menlo, "Courier New", Courier, monospace;
|
||||
font-size: 14px;
|
||||
padding: 10px;
|
||||
}
|
||||
img, figure, video, iframe, div {
|
||||
max-width: 100%;
|
||||
|
||||
@@ -123,6 +123,7 @@ pre {
|
||||
overflow-y: hidden;
|
||||
line-height: 20px;
|
||||
border: 1px solid var(--box-color);
|
||||
padding: 5px;
|
||||
word-wrap: normal;
|
||||
word-break: normal;
|
||||
-webkit-hyphens: none;
|
||||
@@ -130,7 +131,6 @@ pre {
|
||||
code, pre {
|
||||
font-family: "SF Mono", Menlo, "Courier New", Courier, monospace;
|
||||
font-size: 14px;
|
||||
padding: 5px;
|
||||
}
|
||||
img, figure, video, iframe, div {
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user