mirror of
https://github.com/thangisme/notes.git
synced 2025-01-18 05:16:22 -05: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
|
// stylelint-disable selector-no-type, max-nesting-depth, selector-max-compound-selectors, selector-max-type
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
|
a {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user