1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

break long path names

This commit is contained in:
Matthias Kretschmann 2019-03-27 16:46:56 +01:00
parent f4fd41ef38
commit 42acd8f12f
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -61,4 +61,7 @@
padding-bottom: $spacer / 2;
margin-top: $spacer * 2;
margin-bottom: $spacer / $line-height;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
}