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:
parent
c1ee2de52b
commit
8a6a35851e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue