Ред пост 9
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-12 21:02:26 +03:00
parent 1814d7b819
commit a50fd3823a
+4
View File
@@ -56,6 +56,10 @@
textarea.form-control { textarea.form-control {
height: auto; height: auto;
} }
/* Убираем отступы слева у полей для выравнивания */
.form-control, .form-select {
margin-left: 0 !important;
}
</style> </style>
</head> </head>
<body> <body>