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

Commit 340978c

Browse files
committed
feat: button nowrap
1 parent b6830af commit 340978c

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

dist/cherry.css

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-postcss",
3-
"version": "0.0.1-11",
3+
"version": "0.0.1-12",
44
"description": "Cherry for PostCSS",
55
"author": "Luan Gjokaj <[email protected]>",
66
"homepage": "https://cherry.design",

src/buttons.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ input[type="submit"],
55
@mixin font-button-mobile;
66
display: inline-block;
77
vertical-align: middle;
8+
white-space: nowrap;
9+
hyphens: auto;
810

911
&.big {
1012
@mixin font-button-big-mobile;

0 commit comments

Comments
 (0)