dga-ui-react 1.9.1 → 1.9.2

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/cjs/index.js CHANGED
@@ -745,7 +745,6 @@
745
745
  flex-direction: column;
746
746
  color: ${e=>e.$theme.textColor};
747
747
  width: 100%;
748
- overflow: hidden;
749
748
 
750
749
  .prefix,
751
750
  .suffix {
@@ -2769,7 +2768,6 @@
2769
2768
  `,Ko=er.table`
2770
2769
  direction: ${e=>e.$theme.direction};
2771
2770
  width: 100%;
2772
- overflow: hidden;
2773
2771
  transition: background-color 0.2s;
2774
2772
 
2775
2773
  ${e=>e.$contained?`border: 1px solid ${e.$theme.palette.neutral[400]}; border-radius: 8px;`:""}
@@ -2824,7 +2822,7 @@
2824
2822
  justify-content: flex-start;
2825
2823
  align-items: center;
2826
2824
  flex-wrap: wrap;
2827
- overflow: hidden;
2825
+ word-break: break-all;
2828
2826
  box-sizing: border-box;
2829
2827
 
2830
2828
  &.selectable {