Add right-aligned score state text to single score bar pattern

This commit is contained in:
2026-05-20 13:43:49 +02:00
parent 99258a5881
commit 47575e9687
2 changed files with 8 additions and 1 deletions
+7 -1
View File
@@ -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 {