fix crash when image is not defined

This commit is contained in:
Julien Constant
2023-03-13 10:48:38 +01:00
parent 8a77381cab
commit 00ba39a5a0
2 changed files with 19 additions and 13 deletions

View File

@ -72,17 +72,21 @@
&-edit {
display: flex;
flex-direction: column-reverse;
align-items: flex-start;
align-items: center;
justify-content: center;
width: 100%;
>input {
> a {
margin-bottom: 15px;
}
> input {
font-size: .8em;
font-weight: normal;
cursor: pointer;
}
>p {
> p {
margin-bottom: 0;
text-align: left !important;
min-height: 50px;