Skip to content

Commit

Permalink
ZK-3579: combobutton not using its defined/available width
Browse files Browse the repository at this point in the history
  • Loading branch information
scribetw committed Jan 5, 2018
1 parent ca12a52 commit 7ad3f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/archive/web/js/zul/wgt/less/combobutton.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

&-content {
.fontStyle(@contentFontFamily, @baseFontSize, @fontWeightSemiBold, @buttonColor);
display: inline-block;
display: block;
min-height: @buttonHeight;
border: 1px solid @buttonBorderColor;
padding: @paddingSmall - 1 @paddingSize;
Expand Down
1 change: 1 addition & 0 deletions zkdoc/release-note
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Atlantic 8.5.1

* Bugs:
ZK-3785: cleanup unused (6.5) images from themes
ZK-3579: combobutton not using its defined/available width

* Upgrade Notes:

Expand Down

0 comments on commit 7ad3f2e

Please sign in to comment.