UX: handle long words in topic title

This commit is contained in:
Arpit Jalan 2016-01-13 12:10:36 +05:30
parent e676974f16
commit 68a69c213c
2 changed files with 2 additions and 0 deletions

View File

@ -404,6 +404,7 @@ td .main-link {
display: inline-block;
a.title {
padding: 5px 10px 5px 0;
word-wrap: break-word;
}
}
.topic-list {

View File

@ -23,6 +23,7 @@
a {
color: $primary;
vertical-align: middle;
word-wrap: break-word;
}
}
.title-category-wrapper {