From 997b25d2ca6372687892eab6fcb48cd030c776ca Mon Sep 17 00:00:00 2001 From: Artyom Mezin Date: Wed, 22 Mar 2023 19:25:20 +0300 Subject: [PATCH] fix more than one file upload field (#2317) --- themes/grav/scss/template/_admin.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/scss/template/_admin.scss b/themes/grav/scss/template/_admin.scss index 4853c703..00c98f21 100644 --- a/themes/grav/scss/template/_admin.scss +++ b/themes/grav/scss/template/_admin.scss @@ -332,7 +332,7 @@ $content-padding: 1.5rem; object-fit: cover; } - & ~ .block-file { + & + .block-file { margin-top: -5rem !important; } }