This commit is contained in:
@@ -146,7 +146,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
max-height: calc(100vh - 200px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Контент внутри детализации */
|
/* Контент внутри детализации */
|
||||||
@@ -162,6 +161,13 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Обеспечиваем одинаковую высоту для левой и правой панелей */
|
||||||
|
.row .col-md-5,
|
||||||
|
.row .col-md-7 {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-nav .dropdown-menu {
|
.navbar-nav .dropdown-menu {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user