diff --git a/components/popover/style/index.less b/components/popover/style/index.less index bf3454db3d..8a82c2e94e 100644 --- a/components/popover/style/index.less +++ b/components/popover/style/index.less @@ -15,6 +15,7 @@ top: 0; left: 0; z-index: @zindex-popover; + max-width: 100%; font-weight: normal; white-space: normal; text-align: left; @@ -85,6 +86,8 @@ } &-inner-content { + width: max-content; + max-width: 100%; padding: @padding-sm @popover-padding-horizontal; color: @popover-color; }