еще одна попытка
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-29 13:44:44 +03:00
parent da73f650b8
commit f58eb00ba4
+2 -3
View File
@@ -116,14 +116,12 @@
}
/* Обеспечиваем одинаковую высоту для всех карточек в панелях */
.row .card {
height: 100%;
display: flex;
flex-direction: column;
}
/* Карточка детализации занимает всю высоту родительского контейнера */
.card.h-100 {
height: 100%;
display: flex;
flex-direction: column;
}
@@ -166,13 +164,14 @@
.row .col-md-7 {
display: flex;
flex-direction: column;
height: calc(100vh - 150px);
max-height: calc(100vh - 150px);
}
/* Ограничиваем высоту карточек */
.card.h-100 {
height: 100%;
max-height: calc(100vh - 150px);
max-height: 100%;
display: flex;
flex-direction: column;
}