mirror of
https://github.com/thangisme/notes.git
synced 2024-12-21 19:56:38 -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
|
||||
|
||||
.page-content {
|
||||
a {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
padding-left: 1.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user