mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed social preview text alignment bug in editor
This commit is contained in:
parent
7146d9e09a
commit
f876f16df0
@ -220,6 +220,11 @@
|
||||
height: 2.4rem;
|
||||
}
|
||||
|
||||
.gh-post-preview-social-container p {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (max-width: 1120px) {
|
||||
.gh-social-container-responsive {
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user