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; +}