@dialpad/dialtone-css 8.22.2 → 8.22.3
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.
|
@@ -38,6 +38,8 @@
|
|
|
38
38
|
width: auto;
|
|
39
39
|
max-width: calc(var(--dt-size-925) + var(--dt-size-400));
|
|
40
40
|
margin: 0 var(--dt-space-500);
|
|
41
|
+
// !important to default value to override popover dialog box-sizing: border-box style
|
|
42
|
+
box-sizing: content-box !important;
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
&--footer {
|
|
@@ -1510,6 +1510,7 @@ template {
|
|
|
1510
1510
|
width: auto;
|
|
1511
1511
|
max-width: calc(var(--dt-size-925) + var(--dt-size-400));
|
|
1512
1512
|
margin: 0 var(--dt-space-500);
|
|
1513
|
+
box-sizing: content-box !important;
|
|
1513
1514
|
}
|
|
1514
1515
|
.d-emoji-picker--footer {
|
|
1515
1516
|
position: relative;
|
|
@@ -7426,7 +7427,7 @@ body {
|
|
|
7426
7427
|
}
|
|
7427
7428
|
/**
|
|
7428
7429
|
* Do not edit directly
|
|
7429
|
-
* Generated on
|
|
7430
|
+
* Generated on Mon, 15 Jan 2024 18:39:18 GMT
|
|
7430
7431
|
*/
|
|
7431
7432
|
|
|
7432
7433
|
.dialtone-theme-light {
|
|
@@ -8223,7 +8224,7 @@ body {
|
|
|
8223
8224
|
|
|
8224
8225
|
/**
|
|
8225
8226
|
* Do not edit directly
|
|
8226
|
-
* Generated on
|
|
8227
|
+
* Generated on Mon, 15 Jan 2024 18:39:19 GMT
|
|
8227
8228
|
*/
|
|
8228
8229
|
|
|
8229
8230
|
.dialtone-theme-dark {
|