|
@@ -1620,8 +1620,16 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.modal-card-body {
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+
|
|
|
.left-section {
|
|
|
flex-basis: unset !important;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ margin-right: 16px;
|
|
|
|
|
|
.top-section {
|
|
|
display: flex;
|
|
@@ -1994,6 +2002,8 @@ export default {
|
|
|
.right-section {
|
|
|
flex-basis: unset !important;
|
|
|
flex-grow: 0 !important;
|
|
|
+ display: flex;
|
|
|
+ height: 100%;
|
|
|
|
|
|
#tabs-container {
|
|
|
width: 376px;
|