mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-25 06:45:10 +00:00
Fix line-height
This commit is contained in:
parent
4a274dab09
commit
33a952f390
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ body {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
.log--collapse .log__message > span {
|
.log--collapse .log__message > span {
|
||||||
height : 15px;
|
height: 13px;
|
||||||
}
|
}
|
||||||
.log__json {
|
.log__json {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
Loading…
Add table
Reference in a new issue