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 @@
padding-left: 10px;
padding-right: 10px;
white-space: pre;
&:empty::before {
content: '\200b';
}
}
}
}
......@@ -46,7 +50,6 @@
a {
font-family: $monospace-font;
display: block;
font-size: $code-font-size !important;
white-space: nowrap;
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