0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Increased visibility of trash can in image uploader for broken url

closes #838

- adds a min height value to pre-image-uploader scss
This commit is contained in:
cobbspur 2013-09-26 18:33:09 +01:00
parent 086d9677c0
commit 2a55595191

View file

@ -1415,6 +1415,7 @@ main {
color: $brown; color: $brown;
background: rgba(0,0,0,0.1); background: rgba(0,0,0,0.1);
border-radius: 2px; border-radius: 2px;
min-height: 46px;
input { input {
position: absolute; position: absolute;