Skip to content

Commit

Permalink
refine ZK-4475 for button input misalign
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChu committed Apr 7, 2020
1 parent 4805c24 commit 2d915ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions breeze/src/archive/web/js/zul/inp/less/combo.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.z-doublespinner {
display: inline-block;
min-height: @baseButtonHeight;
line-height: normal; //reset for inside other component
white-space: nowrap;
position: relative;

Expand Down
1 change: 1 addition & 0 deletions sapphire/src/archive/web/js/zul/inp/less/combo.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.z-doublespinner {
display: inline-block;
min-height: @baseButtonHeight;
line-height: normal; //reset for inside other component
white-space: nowrap;
position: relative;

Expand Down
1 change: 1 addition & 0 deletions silvertail/src/archive/web/js/zul/inp/less/combo.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.z-doublespinner {
display: inline-block;
min-height: @baseButtonHeight;
line-height: normal; //reset for inside other component
white-space: nowrap;
position: relative;

Expand Down

0 comments on commit 2d915ca

Please sign in to comment.