Commit 1aa63dbf authored by Simon Knox's avatar Simon Knox

Merge branch 'fix_align_line_numbers_style_in_safari_with_restrict_of_fontsize' into 'master'

Fix align line numbers style in safari

See merge request gitlab-org/gitlab!63132
parents 50b9d851 1801b1f7
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
white-space: pre; white-space: pre;
&:empty::before {
content: '\200b';
}
} }
} }
} }
...@@ -46,7 +50,6 @@ ...@@ -46,7 +50,6 @@
a { a {
font-family: $monospace-font; font-family: $monospace-font;
display: block; display: block;
font-size: $code-font-size !important;
white-space: nowrap; white-space: nowrap;
i, i,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment