Skip to content

Commit

Permalink
Merge pull request #19 from primefaces/issue-18
Browse files Browse the repository at this point in the history
Fixed #18 - SplitButton: menu icon not visible in large size
  • Loading branch information
habubey committed Jun 27, 2023
2 parents ee2f50c + d4bdb71 commit 9ad6e33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme-base/components/button/_splitbutton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
@include scaledFontSize($fontSize, $scaleLG);
@include scaledPadding($buttonPadding, $scaleLG);

&.p-button-icon-only {
width: auto;
}

.p-button-icon {
@include scaledFontSize($primeIconFontSize, $scaleLG);
}
Expand Down

0 comments on commit 9ad6e33

Please sign in to comment.