mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 02:31:14 +01:00
Ensure same monospace font throughout whole scmm
This commit is contained in:
@@ -44,9 +44,11 @@ const DiffView = styled(Diff)`
|
|||||||
> .diff-gutter:empty:hover::after {
|
> .diff-gutter:empty:hover::after {
|
||||||
font-size: 0.7rem;
|
font-size: 0.7rem;
|
||||||
}
|
}
|
||||||
/* smaller font size for code */
|
/* smaller font size for code and
|
||||||
|
ensure same monospace font throughout whole scmm */
|
||||||
& .diff-line {
|
& .diff-line {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
|
font-family: "Courier New", Monaco, Menlo, "Ubuntu Mono", "source-code-pro", monospace;
|
||||||
}
|
}
|
||||||
/* comment padding for sidebyside view */
|
/* comment padding for sidebyside view */
|
||||||
&.split .diff-widget-content .is-indented-line {
|
&.split .diff-widget-content .is-indented-line {
|
||||||
|
|||||||
Reference in New Issue
Block a user