restored accidentally deleted style

This commit is contained in:
Danny Coates 2019-01-16 16:18:23 -08:00
parent d5a1271bbe
commit 7d051d5eaf
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 4 additions and 0 deletions

View File

@ -225,3 +225,7 @@ progress::-moz-progress-bar {
}
@tailwind utilities;
.word-break-all {
word-break: break-all;
}