mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
6050307a78
* 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>
9 lines
96 B
SCSS
9 lines
96 B
SCSS
.toc__list-item {
|
|
break-inside: avoid;
|
|
|
|
> span, > a {
|
|
margin-right: 0.75rem;
|
|
}
|
|
|
|
}
|