Skip to content

Commit

Permalink
Style: Add Wrapping to long titles and links
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj-Rathore24 committed Jun 13, 2024
1 parent c85d02e commit 60895d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/post-card-panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
flex-wrap: wrap;
column-gap: $grid-unit-10;
row-gap: $grid-unit-05;
word-break: break-all;
}
}

Expand Down
3 changes: 1 addition & 2 deletions packages/editor/src/components/post-panel-row/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
text-wrap: pretty;
height: auto;
min-height: $button-size-compact;
display: inline-block;
word-break: break-word;
word-break: break-all;
}

.components-dropdown {
Expand Down

0 comments on commit 60895d8

Please sign in to comment.