Fix about box word wrapping

This commit is contained in:
flash 2018-09-21 09:51:15 +02:00
parent 8c4989c37b
commit e30ff28af8

View file

@ -3,6 +3,8 @@
&__main {
flex: 1 1 auto;
word-wrap: break-word;
overflow: hidden;
}
&__side {