следующая попытка
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-09-29 13:37:16 +03:00
parent 25cd77ec92
commit da73f650b8
+5 -6
View File
@@ -145,8 +145,7 @@
margin: 0 !important; margin: 0 !important;
position: relative; position: relative;
min-height: 0; min-height: 0;
height: calc(100vh - 180px) !important; height: 0;
max-height: calc(100vh - 180px) !important;
} }
/* Контент внутри детализации */ /* Контент внутри детализации */
@@ -167,13 +166,13 @@
.row .col-md-7 { .row .col-md-7 {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
max-height: calc(100vh - 120px); max-height: calc(100vh - 150px);
} }
/* Фиксируем высоту карточек */ /* Ограничиваем высоту карточек */
.card.h-100 { .card.h-100 {
height: calc(100vh - 120px) !important; height: 100%;
max-height: calc(100vh - 120px) !important; max-height: calc(100vh - 150px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }