From 2f6b79ae30a42fb6f4d22229f1383005cb533be5 Mon Sep 17 00:00:00 2001 From: tejagerjovic Date: Wed, 8 Sep 2021 15:29:48 +0200 Subject: [PATCH] =?UTF-8?q?Knji=C5=BEnica=20vpra=C5=A1anj=20-=20dodano=20"?= =?UTF-8?q?..."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/admin.css | 10 +++++++++- resources/sass/admin/branching/library.scss | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/public/css/admin.css b/public/css/admin.css index dfb4b62df..5054fb18f 100644 --- a/public/css/admin.css +++ b/public/css/admin.css @@ -17156,6 +17156,8 @@ and open the template in the editor. } #toolbox_library #library_holder #library div .folder_right { width: 15px; + height: 22px; + line-height: 22px; float: right; text-align: left; } @@ -17169,12 +17171,18 @@ and open the template in the editor. #toolbox_library #library_holder #library div.folder_left { width: 80%; float: none; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + position: relative; } #toolbox_library #library_holder #library div.folder_left.indent { display: block; - height: auto; + height: 22px; line-height: 22px; overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; position: relative; } #toolbox_library #library_holder #library .folder strong:hover { diff --git a/resources/sass/admin/branching/library.scss b/resources/sass/admin/branching/library.scss index 11b348fc2..51d5af484 100644 --- a/resources/sass/admin/branching/library.scss +++ b/resources/sass/admin/branching/library.scss @@ -191,6 +191,8 @@ and open the template in the editor. div { .folder_right { width: 15px; + height: 22px; + line-height: 22px; float: right; text-align: left; } @@ -209,12 +211,18 @@ and open the template in the editor. div.folder_left { width: 80%; float: none; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + position: relative; } div.folder_left.indent { display: block; - height: auto; + height: 22px; line-height: 22px; overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; position: relative; } .folder {