We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223d195 commit a5ce429Copy full SHA for a5ce429
packages/components/button-toggle/button-toggle.scss
@@ -27,11 +27,14 @@
27
align-items: center;
28
29
height: kbq-css-variable(button-toggle-size-item-height);
30
+ min-height: kbq-css-variable(button-toggle-size-item-height);
31
32
border-radius: kbq-css-variable(button-toggle-size-item-border-radius);
33
34
> .kbq-button,
35
> .kbq-button-icon {
36
+ height: inherit;
37
+ min-height: inherit;
38
39
40
padding: kbq-difference-series-css-variables(
0 commit comments