Scope direct-after-label score bar alignment to single-score pattern only
This commit is contained in:
+5
-1
@@ -2224,11 +2224,15 @@ section + section {
|
||||
|
||||
.sg-score-bar-item {
|
||||
display: grid;
|
||||
grid-template-columns: max-content 1fr;
|
||||
grid-template-columns: var(--chart-axis-label-column-width) 1fr;
|
||||
gap: var(--spacing-large);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#pattern-gesamtscore-balken .sg-score-bar-item {
|
||||
grid-template-columns: max-content 1fr;
|
||||
}
|
||||
|
||||
.sg-score-bar-label {
|
||||
margin: 0;
|
||||
color: var(--text-chart-default);
|
||||
|
||||
Reference in New Issue
Block a user