Skip to content

Commit

Permalink
use overflow-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
flashdesignory committed Oct 17, 2023
1 parent c9e022d commit e511ba9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion resources/todomvc/todomvc-css/dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ but useful for people who use screen readers */
}

.todo-item-text {
word-break: break-word;
overflow-wrap: break-word;
padding: 0 60px;
display: block;
line-height: 60px;
Expand Down
2 changes: 1 addition & 1 deletion resources/todomvc/todomvc-css/dist/index.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sheet.replaceSync(`:host {
}
.todo-item-text {
word-break: break-word;
overflow-wrap: break-word;
padding: 0 60px;
display: block;
line-height: 60px;
Expand Down
2 changes: 1 addition & 1 deletion resources/todomvc/todomvc-css/dist/todo-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

.todo-item-text {
word-break: break-word;
overflow-wrap: break-word;
padding: 0 60px;
display: block;
line-height: 60px;
Expand Down
2 changes: 1 addition & 1 deletion resources/todomvc/todomvc-css/dist/todo-item.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

.todo-item-text {
word-break: break-word;
overflow-wrap: break-word;
padding: 0 60px;
display: block;
line-height: 60px;
Expand Down
2 changes: 1 addition & 1 deletion resources/todomvc/todomvc-css/src/css/todo-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}

.todo-item-text {
word-break: break-word;
overflow-wrap: break-word;
padding: 0 60px;
display: block;
line-height: 60px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sheet.replaceSync(`:host {
}
.todo-item-text {
word-break: break-word;
overflow-wrap: break-word;
padding: 0 60px;
display: block;
line-height: 60px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sheet.replaceSync(`:host {
}
.todo-item-text {
word-break: break-word;
overflow-wrap: break-word;
padding: 0 60px;
display: block;
line-height: 60px;
Expand Down

0 comments on commit e511ba9

Please sign in to comment.