mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
UX: handle long words in topic title
This commit is contained in:
parent
e676974f16
commit
68a69c213c
2 changed files with 2 additions and 0 deletions
app/assets/stylesheets/mobile
|
@ -404,6 +404,7 @@ td .main-link {
|
|||
display: inline-block;
|
||||
a.title {
|
||||
padding: 5px 10px 5px 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
.topic-list {
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
a {
|
||||
color: $primary;
|
||||
vertical-align: middle;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
.title-category-wrapper {
|
||||
|
|
Loading…
Reference in a new issue