mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 14:43:38 +08:00
Merge pull request #3960 from techAPJ/ux
UX: set max-width for topic list
This commit is contained in:
commit
4e269368fc
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue
Block a user