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…
Reference in New Issue