UX: show ellipsis for long category names

This commit is contained in:
Arpit Jalan 2015-12-15 18:28:08 +05:30
parent 2230879a24
commit 42a523a3be
1 changed files with 1 additions and 1 deletions

View File

@ -46,12 +46,12 @@
#suggested-topics h3 .badge-wrapper.box span, #suggested-topics h3 .badge-wrapper.box span,
#suggested-topics h3 .badge-wrapper.bar span { #suggested-topics h3 .badge-wrapper.bar span {
display: inline; display: inline;
overflow: inherit;
} }
#suggested-topics h3 .badge-wrapper.bullet span.badge-category, { #suggested-topics h3 .badge-wrapper.bullet span.badge-category, {
// Override vertical-align: text-top from `badges.css.scss` // Override vertical-align: text-top from `badges.css.scss`
vertical-align: baseline; vertical-align: baseline;
line-height: 1.2;
} }
#suggested-topics h3 .badge-wrapper.bullet, #suggested-topics h3 .badge-wrapper.bullet,