FIX: excerpt overflow and children click events (#21473)

This commit is contained in:
Joffrey JAFFEUX 2023-05-10 15:07:43 +02:00 committed by GitHub
parent d65c37366e
commit b713ae166f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,11 @@
&__excerpt {
padding-bottom: 0.25rem;
word-break: break-all;
> * {
pointer-events: none;
}
}
&__author {