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

This commit is contained in:
MultiMote 2023-11-22 11:10:11 +03:00
parent 4b6f9c7652
commit a57f071a4c

View File

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