Merge pull request #3960 from techAPJ/ux

UX: set max-width for topic list
This commit is contained in:
Arpit Jalan 2016-01-16 19:16:29 +05:30
commit 4e269368fc

View File

@ -77,6 +77,7 @@
td {
padding: 7px 0;
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
max-width: 300px;
}
a.title {color: $primary;}