diff --git a/components/charts.html b/components/charts.html index 0aa8db0..d034b01 100644 --- a/components/charts.html +++ b/components/charts.html @@ -53,6 +53,7 @@
+attraktiv
diff --git a/styleguide.css b/styleguide.css index fe7295e..5553456 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2230,7 +2230,13 @@ section + section { } #pattern-gesamtscore-balken .sg-score-bar-item { - grid-template-columns: max-content 1fr; + grid-template-columns: max-content 1fr max-content; +} + +#pattern-gesamtscore-balken [data-component-part="score-state"] { + margin: 0; + justify-self: end; + text-align: right; } .sg-score-bar-label {