mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Removed padding on feature image alt field (#18937)
Refs https://github.com/TryGhost/Product/issues/4130
This commit is contained in:
parent
30a66da4e3
commit
532dc2165f
@ -625,6 +625,7 @@ body[data-user-is-dragging] .gh-editor-feature-image-dropzone {
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
margin: 0 0 1.7em 0;
|
||||
padding: 0;
|
||||
outline: none;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
|
@ -1,3 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
||||
<title>arrow-top-right</title>
|
||||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.25 19.66 20.16 3.75m0 15v-15h-15"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 217 B After Width: | Height: | Size: 250 B |
Loading…
Reference in New Issue
Block a user