Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 62656a9

Browse files
committed
feat: button nowrap
1 parent 6cb75e3 commit 62656a9

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

dist/cherry.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cherry.module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cherry-components",
3-
"version": "0.0.1-11",
3+
"version": "0.0.1-12",
44
"description": "Cherry React Components",
55
"main": "dist/cherry.js",
66
"module": "dist/cherry.module.js",

src/Layout/Button/Button.styles.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export const buttonStyles = (
1919
font-weight: 600;
2020
padding: 15px 25px;
2121
border-radius: 100px;
22+
white-space: nowrap;
23+
hyphens: auto;
2224
2325
${fullWidth &&
2426
css`

0 commit comments

Comments
 (0)