mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 10:00:52 +01:00
Fixed 2nd level navigation spacing on dir=rtl for screen
This commit is contained in:
parent
4f2fc18fbd
commit
cd74147fca
@ -182,9 +182,9 @@
|
||||
max-height: initial;
|
||||
overflow: visible;
|
||||
|
||||
// Remove left spacing on 2nd level items
|
||||
// Remove spacing on 2nd level items
|
||||
> .md-nav__list > .md-nav__item {
|
||||
padding-left: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
// Hide titles from 2nd level on
|
||||
|
Loading…
Reference in New Issue
Block a user