mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
37e6f430f9
commit
4be2ab283c
File diff suppressed because one or more lines are too long
@ -45,8 +45,8 @@
|
|||||||
// Footer link to previous and next page
|
// Footer link to previous and next page
|
||||||
&__link {
|
&__link {
|
||||||
display: flex;
|
display: flex;
|
||||||
// Hack: some browsers induce ellipsis on flex children that have are set
|
// Hack: some browsers induce ellipsis on flex children that are set to
|
||||||
// to `overflow: hidden` and `text-overflow: ellipsis`. Enforcing growth by
|
// `overflow: hidden` and `text-overflow: ellipsis`. Enforcing growth by
|
||||||
// a tiny factor seems to get rid of the ellipsis and renders the text as
|
// a tiny factor seems to get rid of the ellipsis and renders the text as
|
||||||
// it should - see https://bit.ly/2ZUCXQ8
|
// it should - see https://bit.ly/2ZUCXQ8
|
||||||
flex-grow: 0.01;
|
flex-grow: 0.01;
|
||||||
|
Loading…
Reference in New Issue
Block a user