Skip to content

Commit

Permalink
Improve handling of long post titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jun 20, 2024
1 parent bb79514 commit 0384b0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 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;
hyphens: auto;
}
}

Expand Down
4 changes: 4 additions & 0 deletions packages/editor/src/components/post-url/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
.editor-post-url__input input.components-input-control__input {
padding-inline-start: 0 !important;
}

.editor-post-url__panel-toggle {
word-break: break-word;
}

0 comments on commit 0384b0e

Please sign in to comment.