Skip to content

Commit

Permalink
feat: add word-break for long page title
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed Nov 26, 2024
1 parent ae516d4 commit 86be2b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ img {
text-overflow: ellipsis;
font-size: 22px;
}
.tsd-page-title {
word-break: break-all;
}
.tsd-page-toolbar {
padding: var(--top-app-bar-padding-vertical) 0;
height: calc(var(--top-app-bar-height) - 16px);
Expand Down

0 comments on commit 86be2b3

Please sign in to comment.