@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 CHANGED
@@ -1413,7 +1413,7 @@ var defaults = {
1413
1413
  flex: 1,
1414
1414
  minWidth: 0,
1415
1415
  display: "flex",
1416
- alignItems: "center",
1416
+ alignItems: "stretch",
1417
1417
  background: "transparent",
1418
1418
  border: "none",
1419
1419
  padding: "0.5rem 0.9rem",
@@ -1481,7 +1481,7 @@ var defaults = {
1481
1481
  };
1482
1482
  var INJECTED_CSS = `
1483
1483
  .cris-co-matrix-scroll::-webkit-scrollbar { display: none; }
1484
- .cris-co-matrix-item > div:first-child > .cris-button { width: 100%; }
1484
+ .cris-co-matrix-item > div:first-child > .cris-button { width: 100%; height: 100%; }
1485
1485
  `;
1486
1486
  var scrollbarStyleInjected = false;
1487
1487
  function injectScrollbarStyle() {