From 046ff4c7e57f19140b60a9f3fd9e6feccf5cc62a Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 12 Oct 2025 21:27:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=20=D0=BF=D0=BE=D1=81=D1=82?= =?UTF-8?q?=2013=20100px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/edit_post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/edit_post.html b/templates/edit_post.html index d2938aa..49f0f3c 100644 --- a/templates/edit_post.html +++ b/templates/edit_post.html @@ -62,7 +62,7 @@ } /* Тонкое регулирование ширины для заголовков */ .label-narrow { - flex: 0 0 120px; /* Фиксированная ширина 120px */ + flex: 0 0 100px; /* Фиксированная ширина 120px */ } .field-wide { flex: 1; /* Занимает оставшееся место */