@hexure/ui 1.13.74 → 1.13.76

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
@@ -2756,6 +2756,7 @@ const Tooltip = ({ children, position = 'right-top', width = '240px', trigger, d
2756
2756
  max-width: ${width};
2757
2757
  z-index: 9999; /* Ensure tooltip is above other elements */
2758
2758
  position: absolute; /* Ensure z-index works */
2759
+ word-break: break-word; /* Prevents overflow of long words */
2759
2760
  }
2760
2761
 
2761
2762
  `),
@@ -3216,6 +3217,7 @@ const MenuWrapper$1 = styled.button `
3216
3217
  border-left-color: ${props => (props.$active ? props.$color.Hex : 'transparent')};
3217
3218
  cursor: pointer;
3218
3219
  height: 40px;
3220
+ padding-right: 0px;
3219
3221
 
3220
3222
  &:hover > div {
3221
3223
  color: ${props => props.$color.Hex};