0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

🐛 Fixed editor feature image caption not expanding to show long content (#19688)

closes DES-6
refs https://github.com/TryGhost/Ghost/issues/19545

- changed fixed height to min-height so the input expands when content wraps over multiple lines
This commit is contained in:
Kevin Ansfield 2024-02-13 13:06:09 +00:00 committed by GitHub
parent c1ee2de52b
commit 8a6a35851e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -680,7 +680,7 @@ body[data-user-is-dragging] .gh-editor-feature-image-dropzone {
.gh-editor-feature-image-alttext,
.gh-editor-feature-image-caption {
width: 100%;
height: 24px;
min-height: 24px;
margin: 0 0 1.7em 0;
padding: 0;
outline: none;