Skip to content

Commit a63c246

Browse files
committed
revert(button): change back to white-space nowrap
1 parent c4da8b4 commit a63c246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/button/button.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
text-align: center;
5757
text-decoration: none;
5858

59-
white-space: normal;
59+
// TODO(FW-4599): change to normal
60+
white-space: nowrap;
6061

6162
user-select: none;
6263
vertical-align: top; // the better option for most scenarios

0 commit comments

Comments
 (0)