From 178c6a1078e36b9cd425f7011ddf1a93fbce7baf Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 22 Feb 2023 14:44:14 +0200 Subject: [PATCH] Add truncated class in general --- less/general.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/less/general.less b/less/general.less index 8cefe0e..5180d79 100644 --- a/less/general.less +++ b/less/general.less @@ -54,6 +54,10 @@ main { content: '\00A0'; } +.truncated:after { + content: '...'; +} + /* Visually hidden (for icons) */ .visually-hidden { border: 0 !important; @@ -229,6 +233,7 @@ noscript, ol, section, table, tfoot, ul, video; } } +/* Feature tab */ .uk-tab { & > li.uk-active > a.featuredTab, & > * > a.featuredTab { color: @general-tab-featured-tab !important;