Fix whitespace issue with registered-trademark icon in TOC menus
This commit is contained in:
parent
abd78441ab
commit
f816340615
|
@ -127,3 +127,11 @@ code, pre, kbd {
|
|||
.md-typeset .admonition {
|
||||
font-size: .72rem;
|
||||
}
|
||||
|
||||
.md-nav__link {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.md-nav__link span.registered-sign {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue