mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08: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
|
@ -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…
Add table
Add a link
Reference in a new issue