From 465b6582b91ef13234d94a10e457afcb0e6038e9 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 20 Jan 2022 13:25:08 +0200 Subject: [PATCH] Uncomment multi-line-ellipsis from utils.scss --- common/search.svg | 1 - library-css/utils.scss | 15 ++++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 common/search.svg diff --git a/common/search.svg b/common/search.svg deleted file mode 100644 index 08606cd..0000000 --- a/common/search.svg +++ /dev/null @@ -1 +0,0 @@ -Sherlock \ No newline at end of file diff --git a/library-css/utils.scss b/library-css/utils.scss index 97b8c7e..a3f677e 100644 --- a/library-css/utils.scss +++ b/library-css/utils.scss @@ -12,10 +12,10 @@ } */ -. space - { +.space { margin-left: 4px !important; } + /* .custom-icon { display: inline-block; @@ -55,14 +55,11 @@ h2 .custom-external { background-size: 20px 20px; padding-left: 21px; background: rgba(0, 0, 0, 0) url("~src/assets/common-assets/external-link.svg") no-repeat scroll left center; -} +}*/ .multi-line-ellipsis p { display: -webkit-box; - - */ - /* autoprefixer: ignore next */ -/* + autoprefixer: ignore next; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; @@ -84,7 +81,7 @@ h2 .custom-external { -webkit-line-clamp: 10; } -.iframeContainer { +/*.iframeContainer { overflow: hidden; } @@ -153,4 +150,4 @@ div:not(.uk-logo) > img { hyphens: auto; } -*/ \ No newline at end of file +*/