notes: fix word breaks inside links.
https://danbooru.donmai.us/forum_topics/9127?page=286#forum_post_161140
This commit is contained in:
@@ -37,6 +37,10 @@ div#note-container {
|
|||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a[rel*="external"] {
|
||||||
|
word-break: initial;
|
||||||
|
}
|
||||||
|
|
||||||
.tn {
|
.tn {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: var(--note-tn-color);
|
color: var(--note-tn-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user