mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 03:22:47 +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 {
|
td {
|
||||||
padding: 7px 0;
|
padding: 7px 0;
|
||||||
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
||||||
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.title {color: $primary;}
|
a.title {color: $primary;}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user