forked from mfulz_github/qmk_firmware
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 {
|
||||
font-family: monospace, fixed;
|
||||
font-size: 13px;
|
||||
min-height: 13px;
|
||||
line-height: 1.0;
|
||||
text-wrap: unrestricted;
|
||||
white-space: -moz-pre-wrap; /* Moz */
|
||||
|
|
Loading…
Reference in New Issue