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 // 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;