Skip to content

Commit 550a2ba

Browse files
authored
Merge pull request #100 from Tencent/fix/dialog/button-width
fix(dialog): calc button width correctly
2 parents 194dedd + 9f0e4c8 commit 550a2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/dialog.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ page {
9494
border-bottom: 0;
9595

9696
&-half {
97-
width: @dialog-width / 2;
97+
width: (@dialog-width / 2 );
9898
}
9999

100100
&-confirm {

0 commit comments

Comments
 (0)