@imperosoft/cris-webui-components 1.1.2-beta.17 → 1.1.2-beta.19
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/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1376,7 +1376,7 @@ var defaults = {
|
|
|
1376
1376
|
flex: 1,
|
|
1377
1377
|
minWidth: 0,
|
|
1378
1378
|
display: "flex",
|
|
1379
|
-
alignItems: "
|
|
1379
|
+
alignItems: "stretch",
|
|
1380
1380
|
background: "transparent",
|
|
1381
1381
|
border: "none",
|
|
1382
1382
|
padding: "0.5rem 0.9rem",
|
|
@@ -1444,7 +1444,7 @@ var defaults = {
|
|
|
1444
1444
|
};
|
|
1445
1445
|
var INJECTED_CSS = `
|
|
1446
1446
|
.cris-co-matrix-scroll::-webkit-scrollbar { display: none; }
|
|
1447
|
-
.cris-co-matrix-item > div:first-child > .cris-button { width: 100%; }
|
|
1447
|
+
.cris-co-matrix-item > div:first-child > .cris-button { width: 100%; height: 100%; }
|
|
1448
1448
|
`;
|
|
1449
1449
|
var scrollbarStyleInjected = false;
|
|
1450
1450
|
function injectScrollbarStyle() {
|