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;