1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Documentation

This commit is contained in:
squidfunk 2021-12-05 19:03:42 +01:00
parent 37e6f430f9
commit 4be2ab283c
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -45,8 +45,8 @@
// Footer link to previous and next page
&__link {
display: flex;
// Hack: some browsers induce ellipsis on flex children that have are set
// to `overflow: hidden` and `text-overflow: ellipsis`. Enforcing growth by
// Hack: some browsers induce ellipsis on flex children that are set to
// `overflow: hidden` and `text-overflow: ellipsis`. Enforcing growth by
// a tiny factor seems to get rid of the ellipsis and renders the text as
// it should - see https://bit.ly/2ZUCXQ8
flex-grow: 0.01;