From a50fd3823a548471360cb65946bcb13524c51ed6 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 12 Oct 2025 21:02:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=20=D0=BF=D0=BE=D1=81=D1=82?= =?UTF-8?q?=209?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/edit_post.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/edit_post.html b/templates/edit_post.html index 174ca56..4bd3746 100644 --- a/templates/edit_post.html +++ b/templates/edit_post.html @@ -56,6 +56,10 @@ textarea.form-control { height: auto; } + /* Убираем отступы слева у полей для выравнивания */ + .form-control, .form-select { + margin-left: 0 !important; + }