mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 01:10:28 +00:00
UX: prevent social share content from overflowing container (#597)
This commit is contained in:
parent
32b3004ce9
commit
6860ee50be
@ -306,6 +306,11 @@ h1 h2 h3 h4 h5 h6 {
|
||||
.post__content {
|
||||
line-height: 1.4;
|
||||
color: var(--primary-800);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.post__content img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.post__content p:first-child {
|
||||
|
Loading…
x
Reference in New Issue
Block a user