@landtrustinc/design-system 1.2.37 → 1.2.38-beta.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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6369,8 +6369,8 @@ var containerStyles = import_react32.css`
|
|
|
6369
6369
|
max-height: 80vh;
|
|
6370
6370
|
|
|
6371
6371
|
@media (max-width: calc(${screens.lg} - 1px)) {
|
|
6372
|
-
height:
|
|
6373
|
-
max-height:
|
|
6372
|
+
height: 85vh;
|
|
6373
|
+
max-height: 85vh;
|
|
6374
6374
|
}
|
|
6375
6375
|
`;
|
|
6376
6376
|
var thinkingRowStyles = import_react32.css`
|