mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: excerpt overflow and children click events (#21473)
This commit is contained in:
parent
d65c37366e
commit
b713ae166f
@ -8,6 +8,11 @@
|
||||
|
||||
&__excerpt {
|
||||
padding-bottom: 0.25rem;
|
||||
word-break: break-all;
|
||||
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
&__author {
|
||||
|
Loading…
Reference in New Issue
Block a user