@vitrosoftware/common-ui-ts 1.1.29 → 1.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css
CHANGED
|
@@ -1430,15 +1430,18 @@
|
|
|
1430
1430
|
color: #4A556C;
|
|
1431
1431
|
}
|
|
1432
1432
|
._view-part_vitro-view-part_3j_gZpl {
|
|
1433
|
-
height: 100%;
|
|
1434
1433
|
margin-left: -16px;
|
|
1435
1434
|
margin-right: -16px;
|
|
1436
1435
|
}
|
|
1437
1436
|
|
|
1437
|
+
._view-part_vitro-view-part_3j_gZpl:last-child {
|
|
1438
|
+
flex-grow: 1;
|
|
1439
|
+
max-height: 100%;
|
|
1440
|
+
}
|
|
1438
1441
|
._view_vitro-view_1NKb-kU {
|
|
1439
1442
|
flex: 1 1;
|
|
1440
1443
|
padding: 16px;
|
|
1441
|
-
overflow
|
|
1444
|
+
overflow: hidden;
|
|
1442
1445
|
}
|
|
1443
1446
|
|
|
1444
1447
|
._dropdown-button_vitro-dropdown-button_1myvkhB {
|
|
@@ -1592,6 +1595,11 @@
|
|
|
1592
1595
|
height: 100%;
|
|
1593
1596
|
}
|
|
1594
1597
|
|
|
1598
|
+
._tab-group_vitro-tab_1Qb50HL > .vitro-content > .container > div {
|
|
1599
|
+
flex-direction: column;
|
|
1600
|
+
display: flex;
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1595
1603
|
._tab-group_vitro-tab_1Qb50HL .ps > div:first-child {
|
|
1596
1604
|
padding: 30px 16px 0 16px;
|
|
1597
1605
|
display: flex;
|