Merge branch 'fix/issue_#6/avoid_long_words_going_out_of_the_reserved_space' of https://github.com/sergiotarxz/micro

This commit is contained in:
sergiotarxz 2020-07-28 18:56:05 +02:00
commit 62bce1a723
1 changed files with 2 additions and 0 deletions

View File

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