_sass/_table.scss in askclass-news-theme-0.5.0 vs _sass/_table.scss in askclass-news-theme-0.6.0
- old
+ new
@@ -8,9 +8,10 @@
}
th, tr:nth-child(even) {
background-color: $color-even;
}
td, th {
+ word-break: normal;
vertical-align: top;
padding: 7px;
}
}