From c87c615b5866b8a8f361eeb0764bfdea85740e90 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 10 Oct 2023 19:37:51 +0200 Subject: refactor(components): replace Meta component with MetaList It removes items complexity by allowing consumers to use any label/value association. Translations should also be defined by the consumer. Each item can now be configured separately (borders, layout...). --- src/styles/abstracts/placeholders/_lists.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/abstracts') diff --git a/src/styles/abstracts/placeholders/_lists.scss b/src/styles/abstracts/placeholders/_lists.scss index 780fd21..2200336 100644 --- a/src/styles/abstracts/placeholders/_lists.scss +++ b/src/styles/abstracts/placeholders/_lists.scss @@ -75,5 +75,5 @@ %description { margin: 0; - word-break: break-all; + overflow-wrap: break-word; } -- cgit v1.2.3