From 756f2c7619a1a4b9ba68c758191f02b24f592beb Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Wed, 21 Jul 2021 21:38:01 +0200 Subject: [PATCH] =?UTF-8?q?Knji=C5=BEnica=20anket=20-=20prikaz=20celotnega?= =?UTF-8?q?=20dolgega=20imena=20ankete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/admin.css | 2 +- resources/sass/admin/branching/library.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/admin.css b/public/css/admin.css index 1a1f19412..91c79c2cd 100644 --- a/public/css/admin.css +++ b/public/css/admin.css @@ -17155,7 +17155,7 @@ and open the template in the editor. } #toolbox_library #library_holder #library div.folder_left.indent { display: block; - height: 22px; + height: auto; line-height: 22px; overflow: hidden; position: relative; diff --git a/resources/sass/admin/branching/library.scss b/resources/sass/admin/branching/library.scss index 9d0e98dff..54503e564 100644 --- a/resources/sass/admin/branching/library.scss +++ b/resources/sass/admin/branching/library.scss @@ -212,7 +212,7 @@ and open the template in the editor. } div.folder_left.indent { display: block; - height: 22px; + height: auto; line-height: 22px; overflow: hidden; position: relative;