This website requires JavaScript.
Explore
Help
Sign In
mafoo.org.uk
/
selfdefined
Watch
1
Star
0
Fork
0
You've already forked selfdefined
mirror of
https://github.com/fooflington/selfdefined.git
synced
2025-01-22 17:30:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
selfdefined
/
assets
/
css
/
structures
/
_table-of-content.scss
9 lines
96 B
SCSS
Raw
Permalink
Normal View
History
Unescape
Escape
fix(table of content): avoid breaks inside of list items
2020-01-15 16:13:23 +01:00
.
toc__list-item
{
fix(table of content): use break-inside
2020-01-15 16:19:56 +01:00
break-inside
:
avoid
;
🐛 Fixed red flag splitting across two lines (#79) * Fix red flag splitting across two lines Added white-space: nowrap to .flag_red and added new properties to link within toc to compensate for nowrap. * Reverting back to original state. * Revisited line wrap issue. Co-authored-by: Tatiana Mac <github@tatianamac.com>
2020-03-08 15:50:47 -04:00
>
span
,
>
a
{
margin-right
:
0
.75
rem
;
}
fix(table of content): avoid breaks inside of list items
2020-01-15 16:13:23 +01:00
}
Reference in New Issue
Copy Permalink