Merge pull request #4321 from MasterMindNET/wallEntryStyleFix

style: added break-all to wall-entry class in case words would be w/o…
This commit is contained in:
Lucas Bartholemy 2020-09-11 15:53:57 +02:00 committed by GitHub
commit 689e13ae6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@
// Wall-Entries
.wall-entry {
position: relative;
word-break: break-all;
.content {
p, a {