2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

UX: suppress description excerpt on mobile

This commit is contained in:
Sam Saffron 2016-07-14 22:38:16 +10:00
parent fa8ba3b408
commit bea06afd3d

View file

@ -419,3 +419,7 @@ td .main-link {
width: 120%;
}
}
.category-list-item .category-description {
display: none;
}