.tis-word-wrapを廃止して.text-breakを使用する

This commit is contained in:
eai04191
2019-03-10 16:28:38 +09:00
parent 57b10d98ac
commit e1eb359887
6 changed files with 9 additions and 13 deletions

View File

@@ -7,10 +7,6 @@
background: linear-gradient(to bottom, #f8f9fa, #fff)
}
.tis-word-wrap {
word-wrap: break-word;
}
.tis-contribution-graph {
overflow-x: auto;
}