CSS update: In mobile, long URL breaks layout

This commit is contained in:
L. Henze
2019-09-23 13:17:54 -04:00
parent 2aaa0cf726
commit 4f6b81ea9f

View File

@@ -0,0 +1,5 @@
div {
word-break: break-word;
word-wrap: break-word;
overflow-wrap: break-word;
}