fixes fixes...

This commit is contained in:
2025-11-24 17:24:34 +08:00
parent 24b3788493
commit f093791c14
6 changed files with 272 additions and 36 deletions
+5
View File
@@ -249,6 +249,11 @@ article > header, article > footer {
color: #111;
background-color: #fff;
resize: vertical;
/* Добавляем эти свойства для правильного отображения переносов */
white-space: pre-wrap; /* Сохраняет пробелы и переносы строк, переносит текст */
word-wrap: break-word; /* Переносит длинные слова */
overflow-wrap: break-word; /* Альтернативное название word-wrap */
tab-size: 4; /* Размер табуляции */
}
#content:focus {