Skip to content

Commit

Permalink
Merge pull request #735 from appsmithorg/text-wrap-fix
Browse files Browse the repository at this point in the history
feat: Text wrap fix
  • Loading branch information
albinAppsmith committed May 15, 2024
2 parents 2f47eb3 + 56cd05b commit 868ef4a
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-radios-joke.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/grumpy-turtles-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@appsmithorg/design-system": patch
---

feat: Text wrap fix
6 changes: 6 additions & 0 deletions packages/design-system-old/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @appsmithorg/design-system

## 1.1.17

### Patch Changes

- [#731](https://github.com/appsmithorg/design-system/pull/731) [`b843c841`](https://github.com/appsmithorg/design-system/commit/b843c84119b8a078109f232d1edfe59e5f42226f) Thanks [@albinAppsmith](https://github.com/albinAppsmith)! - feat: Added PT root UI font

## 1.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system-old/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsmithorg/design-system-old",
"version": "1.1.16",
"version": "1.1.17",
"description": "This is the package for the Appsmith design system components",
"module": "build/index.js",
"types": "build/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @appsmithorg/design-system

## 2.1.40

### Patch Changes

- [#731](https://github.com/appsmithorg/design-system/pull/731) [`b843c841`](https://github.com/appsmithorg/design-system/commit/b843c84119b8a078109f232d1edfe59e5f42226f) Thanks [@albinAppsmith](https://github.com/albinAppsmith)! - feat: Added PT root UI font

## 2.1.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsmithorg/design-system",
"version": "2.1.39",
"version": "2.1.40",
"description": "This is the package for the design system that powers the Appsmith platform",
"module": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/src/__theme__/default/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ body{
-webkit-font-smoothing: auto;
letter-spacing: -0.1px;
font-feature-settings: "ss03";
text-wrap: balance;
text-wrap: pretty;
}

0 comments on commit 868ef4a

Please sign in to comment.