We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c24b2 commit a402797Copy full SHA for a402797
index.html
@@ -1,5 +1,5 @@
1
<!DOCTYPE html>
2
-<html>
+<html lang="en" xml:lang="en">
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width,initial-scale=1.0">
src/components/Class.vue
@@ -141,6 +141,7 @@ export default {
141
currently extra words are clipped.
142
text-overflow: ellipsis;
143
white-space: nowrap; */
144
+ hyphens: auto;
145
}
146
147
.placeholder {
0 commit comments