Fixed publish end screen bookmark text overflow bug

This commit is contained in:
Peter Zimon 2022-05-27 13:28:36 +02:00
parent 67d87e8756
commit 1b682696cc

View File

@ -752,7 +752,7 @@
.gh-post-bookmark {
display: grid;
grid-template-columns: 1fr minmax(0, 2fr);
grid-template-columns: auto auto;
width: 100%;
max-width: 640px;
margin-top: 1.6rem;
@ -780,6 +780,7 @@
.gh-post-bookmark-image img {
width: 100%;
max-width: 222px;
height: 100%;
max-height: 152px;
object-fit: cover;
@ -791,6 +792,7 @@
flex-direction: column;
justify-content: space-between;
padding: 2rem;
overflow: hidden;
}
.gh-post-bookmark-title {