We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223b88d commit b7b1b6eCopy full SHA for b7b1b6e
1 file changed
button/internal/_shared.scss
@@ -23,6 +23,8 @@
23
gap: 8px;
24
// min-height instead of height so that label can wrap and expand height
25
min-height: var(--_container-height);
26
+ // max-width set to 100% to prevent label from overflowing
27
+ max-width: 100%;
28
outline: none;
29
// Add extra space between label and the edge for if the label text wraps.
30
// The padding added should be relative to the height of the container and
0 commit comments