[fix] wrap long lines in infoboxes - fixes #1652

This commit is contained in:
Adam Tauber 2020-06-04 23:22:44 +02:00
parent de1b08a941
commit c6ca468df2
7 changed files with 19 additions and 5 deletions

View file

@ -741,3 +741,7 @@ color: @color-font-light;
transition: opacity 1s ease;
opacity: 0.8;
}
pre code {
white-space: pre-wrap;
}