From 2ec5438675accf5b9794f8a38f736d833dcbd1f5 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 12 Oct 2025 21:06:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B4=20=D0=BF=D0=BE=D1=81=D1=82?= =?UTF-8?q?=2010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/edit_post.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/edit_post.html b/templates/edit_post.html index 4bd3746..33d5110 100644 --- a/templates/edit_post.html +++ b/templates/edit_post.html @@ -60,6 +60,15 @@ .form-control, .form-select { margin-left: 0 !important; } + /* Убираем padding у колонок с полями для точного выравнивания */ + .col-md-10, .col-md-4, .col-md-8, .col-md-6, .col-md-2 { + padding-left: 0 !important; + padding-right: 15px; + } + /* Заголовки оставляем с отступом */ + .col-md-2:has(.form-label) { + padding-left: 15px !important; + }