Skip to content

Commit 86e58ce

Browse files
committed
fix comma
1 parent 1fa60b2 commit 86e58ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/node/web/vue/mini-excel/static/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
overflow: hidden;
3636
text-overflow: ellipsis;
3737
text-wrap: none;
38-
word-wrapnormal;
38+
word-wrap: normal;
3939
white-space: nowrap;
4040
}
4141

0 commit comments

Comments
 (0)