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