mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
break-word in user's summary <li>s
This commit is contained in:
parent
270ab5b71d
commit
163a3e195f
1 changed files with 8 additions and 0 deletions
|
@ -251,6 +251,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.replies-section,
|
||||||
|
.topics-section,
|
||||||
|
.links-section {
|
||||||
|
li {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.links-section {
|
.links-section {
|
||||||
.domain {
|
.domain {
|
||||||
font-size: 0.714em;
|
font-size: 0.714em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue