UX: set max-width for topic list

This commit is contained in:
Arpit Jalan 2016-01-15 01:42:09 +05:30
parent 0dec98f50a
commit 6aa376576f
1 changed files with 1 additions and 0 deletions

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;}