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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue