my-orders-tickets-widget 1.0.0-beta.58 → 1.0.0-beta.59
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.css +2 -1
- package/dist/index.js +49 -15
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -400,7 +400,8 @@ html[data-theme="DARK"] {
|
|
|
400
400
|
border: 1px solid var(--color_gray_dark);
|
|
401
401
|
max-width: 643px;
|
|
402
402
|
position: relative;
|
|
403
|
-
min-height: 178px;
|
|
403
|
+
min-height: 178px;
|
|
404
|
+
flex-wrap: nowrap; }
|
|
404
405
|
.orderWrapper___yDBAo.refundModal___EqgPF .checkbox___XZJpb {
|
|
405
406
|
border-right: 1px solid var(--color_gray_dark);
|
|
406
407
|
height: auto;
|