UX: clip long category names in suggested topics
This commit is contained in:
parent
8a0a87812b
commit
2eece87206
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue