From 6ff1b980a568587ab0c99ffe3057268579dba0d8 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 12 Oct 2025 21:14:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=B0=D1=82=20=D0=A0=D0=B5?= =?UTF-8?q?=D0=B4=20=D0=BF=D0=BE=D1=81=D1=82=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 deletions(-) diff --git a/templates/edit_post.html b/templates/edit_post.html index 33d5110..4bd3746 100644 --- a/templates/edit_post.html +++ b/templates/edit_post.html @@ -60,15 +60,6 @@ .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; - }