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;
|
display: inline-block;
|
||||||
a.title {
|
a.title {
|
||||||
padding: 5px 10px 5px 0;
|
padding: 5px 10px 5px 0;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.topic-list {
|
.topic-list {
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
a {
|
a {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.title-category-wrapper {
|
.title-category-wrapper {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue