Skip to content

Commit e7fbc35

Browse files
committed
refactor(maz-ui): MazPopover - remove width max-content
1 parent 6268c49 commit e7fbc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/components/MazPopover.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ defineExpose({
765765

766766
<style lang="postcss" scoped>
767767
.m-popover {
768-
@apply maz-inline-block maz-w-max;
768+
@apply maz-inline-block;
769769
770770
.m-popover-trigger {
771771
@apply maz-inline-block maz-size-full;

0 commit comments

Comments
 (0)