rbro-tat-uds 1.5.57 → 1.5.58
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.es.js
CHANGED
@@ -15549,7 +15549,7 @@ const g0 = ({ children: e, ...r }) => a1.isValidElement(e) ? a1.cloneElement(e,
|
|
15549
15549
|
& > div:first-of-type {
|
15550
15550
|
width: 90px;
|
15551
15551
|
min-width: 90px;
|
15552
|
-
min-height:
|
15552
|
+
min-height: 125px;
|
15553
15553
|
|
15554
15554
|
& > img {
|
15555
15555
|
width: 100%;
|
@@ -15599,7 +15599,7 @@ const g0 = ({ children: e, ...r }) => a1.isValidElement(e) ? a1.cloneElement(e,
|
|
15599
15599
|
flex-direction: column;
|
15600
15600
|
gap: 8px;
|
15601
15601
|
justify-content: space-between;
|
15602
|
-
min-height:
|
15602
|
+
min-height: 125px;
|
15603
15603
|
|
15604
15604
|
& > div {
|
15605
15605
|
flex: 1;
|
@@ -15666,7 +15666,7 @@ const g0 = ({ children: e, ...r }) => a1.isValidElement(e) ? a1.cloneElement(e,
|
|
15666
15666
|
display: flex;
|
15667
15667
|
align-items: center;
|
15668
15668
|
justify-content: center;
|
15669
|
-
min-height:
|
15669
|
+
min-height: 125px;
|
15670
15670
|
width: fit-content;
|
15671
15671
|
}
|
15672
15672
|
`}
|