Skip to content

Commit e8268ed

Browse files
author
abtv
committed
table ui improvement
1 parent 7a986ae commit e8268ed

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

design/site.scss

+1-8
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,7 @@ ul.alert-dropdown {
271271
}
272272

273273
.text-item {
274-
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
275-
white-space: -webkit-pre-wrap; /*Chrome & Safari */
276-
white-space: -pre-wrap; /* Opera 4-6 */
277-
white-space: -o-pre-wrap; /* Opera 7 */
278-
white-space: pre-wrap; /* css-3 */
279-
word-wrap: break-word; /* Internet Explorer 5.5+ */
280-
word-break: break-all;
281-
white-space: normal;
274+
white-space: pre-wrap;
282275
}
283276

284277
.topic-header {

0 commit comments

Comments
 (0)