From 4b9f72b403c72a0c29ba9405ccfefd95cd0a4dab Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Sun, 18 Mar 2018 01:51:33 +0100
Subject: [PATCH] Minor fix

---
 assets/sass/style.sass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/sass/style.sass b/assets/sass/style.sass
index a17d702..91085f6 100644
--- a/assets/sass/style.sass
+++ b/assets/sass/style.sass
@@ -151,7 +151,7 @@ form.upload
     font-size: 14pt
     font-weight: normal
     color: #eee
-    &:not(h2):empty
+    &:not(input):not(textarea):empty
       display: none
       & + .image
         border-top-left-radius: 4px
@@ -168,5 +168,5 @@ form.upload
     font-size: 11pt
     font-weight: normal
     color: #eee
-    &:not(div):empty
+    &:not(input):not(textarea):empty
       display: none
\ No newline at end of file
-- 
GitLab