Skip to content

Commit a402797

Browse files
committed
Add auto-hyphenation (works for limited browsers)
1 parent 04c24b2 commit a402797

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en" xml:lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1.0">

src/components/Class.vue

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export default {
141141
currently extra words are clipped.
142142
text-overflow: ellipsis;
143143
white-space: nowrap; */
144+
hyphens: auto;
144145
}
145146

146147
.placeholder {

0 commit comments

Comments
 (0)