mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
force tighten space between console lines
This commit is contained in:
parent
b301e5a6f4
commit
5790a24dac
@ -181,7 +181,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cm-tooltip-lint {
|
.cm-tooltip-lint {
|
||||||
line-height: 1;
|
line-height: 0.875;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-scroller {
|
.cm-scroller {
|
||||||
@ -268,6 +268,7 @@
|
|||||||
|
|
||||||
.console-message {
|
.console-message {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
line-height: 0.875;
|
||||||
}
|
}
|
||||||
|
|
||||||
$console-type-colors: (
|
$console-type-colors: (
|
||||||
|
Loading…
Reference in New Issue
Block a user