UX: clip long category names in suggested topics

This commit is contained in:
Arpit Jalan 2015-10-14 19:02:57 +05:30
parent 8a0a87812b
commit 2eece87206
2 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,11 @@
line-height: 0.8;
}
#suggested-topics .badge-wrapper.bullet span.badge-category,
#suggested-topics .badge-wrapper.bar span.badge-category {
max-width: 150px;
}
.topic-unsubscribe {
.notification-options {
display: inline-block;

View File

@ -32,6 +32,8 @@
vertical-align: text-top;
margin-top: -3px; //vertical alignment fix
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
.extra-info-wrapper & {
color: $header-primary !important;