1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-06 20:33:33 +01:00

refs #1025 Set word-break for toot content

This commit is contained in:
AkiraFukushima 2019-09-04 22:04:21 +09:00
parent d2cbd330f9
commit 2ef326cb0d

View File

@ -611,6 +611,7 @@ export default {
.content {
margin: var(--toot-padding) 0;
word-wrap: break-word;
word-break: break-all;
}
.emojione {