@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.
@@ -19,6 +19,11 @@
19
19
  height: 100%;
20
20
  }
21
21
 
22
+ .vitro-tab > :global(.vitro-content) > :global(.container) > div {
23
+ flex-direction: column;
24
+ display: flex;
25
+ }
26
+
22
27
  .vitro-tab :global(.ps) > div:first-child {
23
28
  padding: 30px 16px 0 16px;
24
29
  display: flex;
@@ -1,5 +1,5 @@
1
1
  .vitro-view {
2
2
  flex: 1 1;
3
3
  padding: 16px;
4
- overflow-y: hidden;
4
+ overflow: hidden;
5
5
  }
@@ -1,5 +1,9 @@
1
1
  .vitro-view-part {
2
- height: 100%;
3
2
  margin-left: -16px;
4
3
  margin-right: -16px;
5
4
  }
5
+
6
+ .vitro-view-part:last-child {
7
+ flex-grow: 1;
8
+ max-height: 100%;
9
+ }
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-y: hidden;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.29",
3
+ "version": "1.1.30",
4
4
  "description": "vitro software common ui ts",
5
5
  "author": "",
6
6
  "license": "MIT",