Removed padding on feature image alt field (#18937)

Refs https://github.com/TryGhost/Product/issues/4130
This commit is contained in:
Sanne de Vries 2023-11-09 17:41:29 +01:00 committed by GitHub
parent 30a66da4e3
commit 532dc2165f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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