This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user