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:
parent
7c24af0745
commit
2568b05fe7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user