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; + }