fix word-break for moblie
This commit is contained in:
parent
438cc9561c
commit
2197e89a5f
|
@ -138,6 +138,7 @@
|
||||||
&__text {
|
&__text {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
line-height: 1.7rem;
|
line-height: 1.7rem;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__image {
|
&__image {
|
||||||
|
|
Loading…
Reference in New Issue