Skip to content

Commit

Permalink
Add auto-hyphenation (works for limited browsers)
Browse files Browse the repository at this point in the history
  • Loading branch information
wishdasher committed Apr 21, 2019
1 parent 04c24b2 commit a402797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en" xml:lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
Expand Down
1 change: 1 addition & 0 deletions src/components/Class.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default {
currently extra words are clipped.
text-overflow: ellipsis;
white-space: nowrap; */
hyphens: auto;
}

.placeholder {
Expand Down

0 comments on commit a402797

Please sign in to comment.