From ab3c32c7730c26922cb68c5031d0a32f864bec6b Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 12 Oct 2025 21:55:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=20=D0=BF=D0=BE=D1=81=D1=82?= =?UTF-8?q?=2016=20180px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/edit_post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/edit_post.html b/templates/edit_post.html index 4b574e1..b552234 100644 --- a/templates/edit_post.html +++ b/templates/edit_post.html @@ -65,10 +65,10 @@ flex: 0 0 100px; /* Фиксированная ширина 100px */ } .label-medium { - flex: 0 0 120px; /* Фиксированная ширина 120px */ + flex: 0 0 140px; /* Фиксированная ширина 140px */ } .label-wide { - flex: 0 0 140px; /* Фиксированная ширина 140px */ + flex: 0 0 180px; /* Фиксированная ширина 180px */ } .field-wide { flex: 1; /* Занимает оставшееся место */