@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.mjs
CHANGED
|
@@ -13465,7 +13465,8 @@ var ModalFooter = styled9.div`
|
|
|
13465
13465
|
display: flex;
|
|
13466
13466
|
align-items: center;
|
|
13467
13467
|
justify-content: space-between;
|
|
13468
|
-
|
|
13468
|
+
flex-wrap: wrap;
|
|
13469
|
+
gap: 0.75rem;
|
|
13469
13470
|
`;
|
|
13470
13471
|
var DontShowLabel = styled9.label`
|
|
13471
13472
|
display: flex;
|
|
@@ -13482,6 +13483,7 @@ var ButtonRow2 = styled9.div`
|
|
|
13482
13483
|
display: flex;
|
|
13483
13484
|
gap: 1rem;
|
|
13484
13485
|
justify-content: flex-end;
|
|
13486
|
+
flex-shrink: 0;
|
|
13485
13487
|
button {
|
|
13486
13488
|
padding: 0.75rem 1.5rem;
|
|
13487
13489
|
border-radius: 8px;
|
|
@@ -13491,6 +13493,7 @@ var ButtonRow2 = styled9.div`
|
|
|
13491
13493
|
display: inline-flex;
|
|
13492
13494
|
align-items: center;
|
|
13493
13495
|
justify-content: center;
|
|
13496
|
+
white-space: nowrap;
|
|
13494
13497
|
}
|
|
13495
13498
|
button:disabled {
|
|
13496
13499
|
cursor: not-allowed;
|