From 1fd6a40abe706fa8c1d4093f309ff3df39240d9e Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Mon, 29 Mar 2021 18:25:05 +0200 Subject: [PATCH] fix: style duplicated --- src/styles/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 16342bc..f6a3305 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -158,3 +158,8 @@ hubl-create-contact { } } } + +/* Style that already exists in the framework but strangely I can't find it in the inspector. So I duplicate it here */ +.two-lines-ellipsis { + display: -webkit-box !important; +}