Fix about box word wrapping
This commit is contained in:
parent
8c4989c37b
commit
e30ff28af8
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
&__main {
|
||||
flex: 1 1 auto;
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&__side {
|
||||
|
|
Loading…
Add table
Reference in a new issue