@loafmarkets/ui 0.1.335 → 0.1.337
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.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13491,7 +13491,8 @@ var ModalFooter = styled9__default.default.div`
|
|
|
13491
13491
|
display: flex;
|
|
13492
13492
|
align-items: center;
|
|
13493
13493
|
justify-content: space-between;
|
|
13494
|
-
|
|
13494
|
+
flex-wrap: wrap;
|
|
13495
|
+
gap: 0.75rem;
|
|
13495
13496
|
`;
|
|
13496
13497
|
var DontShowLabel = styled9__default.default.label`
|
|
13497
13498
|
display: flex;
|
|
@@ -13508,6 +13509,7 @@ var ButtonRow2 = styled9__default.default.div`
|
|
|
13508
13509
|
display: flex;
|
|
13509
13510
|
gap: 1rem;
|
|
13510
13511
|
justify-content: flex-end;
|
|
13512
|
+
flex-shrink: 0;
|
|
13511
13513
|
button {
|
|
13512
13514
|
padding: 0.75rem 1.5rem;
|
|
13513
13515
|
border-radius: 8px;
|
|
@@ -13517,6 +13519,7 @@ var ButtonRow2 = styled9__default.default.div`
|
|
|
13517
13519
|
display: inline-flex;
|
|
13518
13520
|
align-items: center;
|
|
13519
13521
|
justify-content: center;
|
|
13522
|
+
white-space: nowrap;
|
|
13520
13523
|
}
|
|
13521
13524
|
button:disabled {
|
|
13522
13525
|
cursor: not-allowed;
|