This commit is contained in:
@@ -145,8 +145,7 @@
|
||||
margin: 0 !important;
|
||||
position: relative;
|
||||
min-height: 0;
|
||||
height: calc(100vh - 180px) !important;
|
||||
max-height: calc(100vh - 180px) !important;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/* Контент внутри детализации */
|
||||
@@ -167,13 +166,13 @@
|
||||
.row .col-md-7 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: calc(100vh - 120px);
|
||||
max-height: calc(100vh - 150px);
|
||||
}
|
||||
|
||||
/* Фиксируем высоту карточек */
|
||||
/* Ограничиваем высоту карточек */
|
||||
.card.h-100 {
|
||||
height: calc(100vh - 120px) !important;
|
||||
max-height: calc(100vh - 120px) !important;
|
||||
height: 100%;
|
||||
max-height: calc(100vh - 150px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user