@imperosoft/cris-webui-components 1.1.2-beta.19 → 1.1.2-beta.20

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
@@ -1416,7 +1416,6 @@ var defaults = {
1416
1416
  alignItems: "stretch",
1417
1417
  background: "transparent",
1418
1418
  border: "none",
1419
- padding: "0.5rem 0.9rem",
1420
1419
  textAlign: "left",
1421
1420
  color: colors.text,
1422
1421
  height: "100%",
@@ -1428,7 +1427,8 @@ var defaults = {
1428
1427
  alignItems: "center",
1429
1428
  gap: "0.4rem",
1430
1429
  width: "100%",
1431
- flex: 1
1430
+ flex: 1,
1431
+ padding: "0.5rem 0.9rem"
1432
1432
  },
1433
1433
  channelNum: {
1434
1434
  flexShrink: 0,