Skip to content

Commit

Permalink
Fixed #18 - SplitButton: menu icon not visible in large size
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed Jun 7, 2023
1 parent ee2f50c commit d4bdb71
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 d4bdb71

Please sign in to comment.