From 943a2ab1f76a3b76f3e76765baa9b4a0a4005c5c Mon Sep 17 00:00:00 2001 From: Ismayl Toufik RAHMAOUI Date: Fri, 31 Jan 2025 10:22:40 -0500 Subject: [PATCH] fix: issue-121 add missing sapcing in the component summary - compat mode. close #121 Signed-off-by: Ismayl Toufik RAHMAOUI --- .../lib/common-components/label-text/labelText.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/angular-ui/src/lib/common-components/label-text/labelText.component.scss b/projects/angular-ui/src/lib/common-components/label-text/labelText.component.scss index 003fcaaa..bb3fd689 100644 --- a/projects/angular-ui/src/lib/common-components/label-text/labelText.component.scss +++ b/projects/angular-ui/src/lib/common-components/label-text/labelText.component.scss @@ -7,6 +7,7 @@ line-height: 1.5em; font-size: 1rem; margin-bottom: 0.5rem; + display: inline-block; span { color: $negative-reversed;