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