css: wrap long words in side bar (#32936)

This commit is contained in:
Frédéric Péters 2019-05-09 14:00:45 +02:00
parent f563ca72a4
commit ba37527022
1 changed files with 1 additions and 0 deletions

View File

@ -404,6 +404,7 @@ div#main-content {
padding: 0 1rem;
background: white;
max-width: 24rem;
word-wrap: break-word;
@media screen and (max-width: $mobile-limit) {
width: auto;
max-width: 100%;