Make link wrap rule less generic

This commit is contained in:
mountainbug95 2020-04-29 11:31:05 -05:00
parent cc60c8b32c
commit 03de38f14c
No known key found for this signature in database
GPG Key ID: 3EEE76B99FDF9A40

View File

@ -15,6 +15,6 @@
} }
a{ .nested-links a{
overflow-wrap: break-word; overflow-wrap: break-word;
} }