Avoiding long words going out of their reserved space.

Issue #6
This commit is contained in:
sergiotarxz 2020-07-23 13:04:44 +02:00
parent 2ff5327544
commit c838cba156
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ nav,
section, section,
summary { summary {
display: block; display: block;
word-wrap: break-word;
overflow-wrap: break-word;
} }
audio, audio,