@tiba-spark/client-shared-lib 25.3.0-258 → 25.3.0-260
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/package.json
CHANGED
|
@@ -1012,8 +1012,8 @@ a.clickable-link {
|
|
|
1012
1012
|
}
|
|
1013
1013
|
|
|
1014
1014
|
.tb-upload-rate-on-display-image-vertical {
|
|
1015
|
-
width:
|
|
1016
|
-
height: calc(
|
|
1015
|
+
width: 300px !important;
|
|
1016
|
+
height: calc(300px * (750 / 510)) !important;
|
|
1017
1017
|
aspect-ratio: unset !important; // Disable aspect-ratio to prevent conflicts
|
|
1018
1018
|
}
|
|
1019
1019
|
|