mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-09 18:34:15 +00:00
Fix broken code sample section spacing in the Doxygen documentation due to a missing line-height CSS property.
This commit is contained in:
parent
e5781d172e
commit
bcc45e24aa
@ -247,6 +247,7 @@ div.fragment {
|
|||||||
div.line {
|
div.line {
|
||||||
font-family: monospace, fixed;
|
font-family: monospace, fixed;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
min-height: 13px;
|
||||||
line-height: 1.0;
|
line-height: 1.0;
|
||||||
text-wrap: unrestricted;
|
text-wrap: unrestricted;
|
||||||
white-space: -moz-pre-wrap; /* Moz */
|
white-space: -moz-pre-wrap; /* Moz */
|
||||||
|
Loading…
Reference in New Issue
Block a user