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