mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
break-word in user's summary <li>s
This commit is contained in:
parent
270ab5b71d
commit
163a3e195f
@ -251,6 +251,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.replies-section,
|
||||
.topics-section,
|
||||
.links-section {
|
||||
li {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
.links-section {
|
||||
.domain {
|
||||
font-size: 0.714em;
|
||||
|
Loading…
Reference in New Issue
Block a user