mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +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 {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user