mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[web] Remove absolute font-size for code, kdb, samp (#24078)
* Swap pre/div in split-test-dump-modal.tsx * Remove fixed font-size and line-height for code/kdb/pre/samp * Set the font-size of code,kdb,samp to 1em instead of 0.875em * Remove unnecessary `font-size: inherit` GitOrigin-RevId: b5b19cf08774312ad1b3c4dcf16ea08e08093ccb
This commit is contained in:
@@ -63,11 +63,14 @@ h6,
|
||||
|
||||
// Peformatted text, sample output, code, keyboard input elements
|
||||
// E.g.: Git authentication token
|
||||
pre {
|
||||
@include body-base;
|
||||
}
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
@include body-base;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.list-style-check-green {
|
||||
|
||||
@@ -41,10 +41,6 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
code {
|
||||
font-size: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user