Skip to content

Commit a0b4de4

Browse files
authored
fix(grid): [grid] fix amount label wrap bug (#2828)
1 parent 3fe493e commit a0b4de4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/theme-saas/src/amount/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
.popover-left {
9393
@apply grow-0 shrink-0 ~'basis-[auto]';
9494
@apply mr-2;
95-
@apply ~'w-1/5';
95+
width: 46px;
96+
@apply break-keep;
9697
}
9798

9899
.popover-right:not(.@{input-prefix-cls}-prefix):not(.@{input-prefix-cls}-suffiX) {

0 commit comments

Comments
 (0)