diff --git a/components/common/Popover/index.module.scss b/components/common/Popover/index.module.scss index db569e80..8096d900 100644 --- a/components/common/Popover/index.module.scss +++ b/components/common/Popover/index.module.scss @@ -80,6 +80,16 @@ display: flex; gap: $unit-half; width: 100%; + white-space: nowrap; + text-overflow: ellipsis; + min-width: 0; + overflow: hidden; + + & > span { + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + } } &.bound {