Add right-aligned score state text to single score bar pattern
This commit is contained in:
+7
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user