fix: style duplicated

This commit is contained in:
gaelle morin 2021-03-29 18:25:05 +02:00
parent 35fd5ba76e
commit 1fd6a40abe
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 5 additions and 0 deletions

View File

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