1
0
mirror of https://github.com/thangisme/notes.git synced 2024-12-22 00:56:54 -05: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

View File

@ -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;