Force wrap long email address (#2395)
This commit is contained in:
parent
092fdc89fa
commit
b073b092c9
|
@ -210,6 +210,7 @@
|
||||||
strong {
|
strong {
|
||||||
display: block;
|
display: block;
|
||||||
color: $color5;
|
color: $color5;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue