Исправлено отображение длинных строк

This commit is contained in:
MultiMote 2023-11-22 11:10:11 +03:00
parent 96b2ff7732
commit f23dba3b7d

View File

@ -45,6 +45,7 @@ nav.navbar {
background-color: $post-bg-color;
padding: 24px;
margin-bottom: 16px;
word-break: break-word;
}
p {