mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 13:06:39 +08:00
UX: handle long words in topic title
This commit is contained in:
parent
e676974f16
commit
68a69c213c
@ -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…
x
Reference in New Issue
Block a user