mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
Fixed publish end screen bookmark text overflow bug
This commit is contained in:
parent
67d87e8756
commit
1b682696cc
@ -752,7 +752,7 @@
|
|||||||
|
|
||||||
.gh-post-bookmark {
|
.gh-post-bookmark {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr minmax(0, 2fr);
|
grid-template-columns: auto auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
margin-top: 1.6rem;
|
margin-top: 1.6rem;
|
||||||
@ -780,6 +780,7 @@
|
|||||||
|
|
||||||
.gh-post-bookmark-image img {
|
.gh-post-bookmark-image img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 222px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: 152px;
|
max-height: 152px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
@ -791,6 +792,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-post-bookmark-title {
|
.gh-post-bookmark-title {
|
||||||
|
Loading…
Reference in New Issue
Block a user