еще одна попытка
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 { .row .card {
height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
/* Карточка детализации занимает всю высоту родительского контейнера */ /* Карточка детализации занимает всю высоту родительского контейнера */
.card.h-100 { .card.h-100 {
height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@@ -166,13 +164,14 @@
.row .col-md-7 { .row .col-md-7 {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: calc(100vh - 150px);
max-height: calc(100vh - 150px); max-height: calc(100vh - 150px);
} }
/* Ограничиваем высоту карточек */ /* Ограничиваем высоту карточек */
.card.h-100 { .card.h-100 {
height: 100%; height: 100%;
max-height: calc(100vh - 150px); max-height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }