@odx/ui 4.0.1 → 4.1.0
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/CHANGELOG.md
CHANGED
package/core-theme.css
CHANGED
|
@@ -5309,7 +5309,7 @@ html body .odx-fs-italic {
|
|
|
5309
5309
|
border-radius: var(--odx-v-border-radius);
|
|
5310
5310
|
display: flex;
|
|
5311
5311
|
flex-direction: column;
|
|
5312
|
-
height:
|
|
5312
|
+
max-height: calc(100dvh - var(--odx-modal-margin-y) - var(--odx-modal-margin-bottom));
|
|
5313
5313
|
}
|
|
5314
5314
|
.odx-modal--with-component .odx-modal__container > * {
|
|
5315
5315
|
display: contents;
|
|
@@ -6844,13 +6844,13 @@ html body .odx-fs-italic {
|
|
|
6844
6844
|
.odx-toast-item__text-content {
|
|
6845
6845
|
font-size: calc(var(--odx-typography-base-size) * (1*1/var(--odx-typography-negative-font-scaling-factor)));
|
|
6846
6846
|
flex: 1;
|
|
6847
|
+
overflow: auto;
|
|
6847
6848
|
}
|
|
6848
6849
|
.odx-toast-item__title {
|
|
6849
6850
|
font-weight: var(--odx-typography-font-weight-bold);
|
|
6850
6851
|
}
|
|
6851
6852
|
.odx-toast-item__description {
|
|
6852
6853
|
max-height: calc(var(--odx-vertical-rythm-base-size) * 5);
|
|
6853
|
-
overflow: auto;
|
|
6854
6854
|
overflow-wrap: break-word;
|
|
6855
6855
|
}
|
|
6856
6856
|
.odx-toast-item__close {
|
package/package.json
CHANGED
|
@@ -91,7 +91,7 @@ $modal-padding: math.div(12, 24);
|
|
|
91
91
|
border-radius: var(--odx-v-border-radius);
|
|
92
92
|
display: flex;
|
|
93
93
|
flex-direction: column;
|
|
94
|
-
height:
|
|
94
|
+
max-height: calc(100dvh - var(--odx-modal-margin-y) - var(--odx-modal-margin-bottom));
|
|
95
95
|
|
|
96
96
|
#{$root}--with-component & > * {
|
|
97
97
|
display: contents;
|