mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed overflowing navigation on non-breaking words
This commit is contained in:
parent
11b1c55ba1
commit
62bd70a6d2
@ -173,6 +173,9 @@
|
|||||||
// Stretch first child
|
// Stretch first child
|
||||||
&:first-child {
|
&:first-child {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
// Hack: if a very long word is used, it can push the arrow out of sight.
|
||||||
|
// Setting this property contains the text - see https://t.ly/E02vp
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user