From f850ef5c3183b3534fbe70de98084bf2421e5c9c Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 5 Oct 2023 19:02:06 +0300 Subject: [PATCH] 0.0.171 --- static/css/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index 436feb9..9fc63f2 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2429,6 +2429,7 @@ details[open] summary ~ *{ } .news_item>div{ margin: 10px; + overflow-wrap: break-word; } .news_item>a{ color: black; @@ -2531,11 +2532,13 @@ details[open] summary ~ *{ .news_item_pagination:nth-child(odd) .pag_news_item_text{ float: left; margin: 10px; + overflow-wrap: break-word; } .news_item_pagination:nth-child(even) .pag_news_img, .news_item_pagination:nth-child(even) .pag_news_item_text{ float: right; - margin: 10px + margin: 10px; + overflow-wrap: break-word; } .news_header{ font-size: 17px;