1
0
mirror of https://github.com/snachodog/just-the-docs.git synced 2025-04-14 07:12:23 -06:00

Don't break links in body

This commit is contained in:
Patrick Marsceill 2018-11-16 14:54:46 -05:00
parent 7c24af0745
commit 2568b05fe7
No known key found for this signature in database
GPG Key ID: 286B93882D828F40

@ -4,6 +4,12 @@
// stylelint-disable selector-no-type, max-nesting-depth, selector-max-compound-selectors, selector-max-type
.page-content {
a {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
ul,
ol {
padding-left: 1.5em;