Skip to content

Commit c210b8a

Browse files
committed
remove white space css line from boxel button css
1 parent 4473fad commit c210b8a

File tree

1 file changed

+0
-1
lines changed
  • packages/boxel-ui/addon/src/components/button

1 file changed

+0
-1
lines changed

packages/boxel-ui/addon/src/components/button/index.gts

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export default class ButtonComponent extends Component<Signature> {
103103
height: min-content;
104104
align-items: center;
105105
border-radius: 100px;
106-
white-space: var(--boxel-button-white-space, normal);
107106
word-break: var(--boxel-button-word-break, break-word);
108107
transition:
109108
background-color var(--boxel-transition),

0 commit comments

Comments
 (0)