We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9a06f commit 4473fadCopy full SHA for 4473fad
packages/boxel-ui/addon/src/components/button/index.gts
@@ -103,7 +103,8 @@ export default class ButtonComponent extends Component<Signature> {
103
height: min-content;
104
align-items: center;
105
border-radius: 100px;
106
- white-space: nowrap;
+ white-space: var(--boxel-button-white-space, normal);
107
+ word-break: var(--boxel-button-word-break, break-word);
108
transition:
109
background-color var(--boxel-transition),
110
border var(--boxel-transition);
0 commit comments