24
1
Fork 0

added line-break: anywhere; fixes #1326

This commit is contained in:
Danny Coates 2019-05-28 15:08:58 -07:00
parent 73735010ae
commit 517f51f4f0
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ select {
.word-break-all {
word-break: break-all;
line-break: anywhere;
}
.signin {