remove only the last white space in class export, not all
This commit is contained in:
parent
42ba93d6ec
commit
cb0a4a7fe0
@ -159,9 +159,9 @@ input.api-filter {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #1a2326;
|
color: #1a2326;
|
||||||
|
|
||||||
// Override highlight.js
|
// the last .pln (white space) creates additional spacing between sections of the api doc. Remove it.
|
||||||
&.no-pln {
|
&.no-pln {
|
||||||
.pln {
|
.pln:last-child {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user