Sliderwert: sg-body-Margin im Slider-Scope neutralisieren

This commit is contained in:
2026-05-23 10:22:34 +02:00
parent cfc38083b5
commit 0451329eda
+5
View File
@@ -1061,6 +1061,8 @@ section + section {
grid-column: 3;
justify-self: start;
align-self: center;
display: block;
margin: 0;
}
#component-slider .sg-activatable-row {
@@ -1100,6 +1102,8 @@ section + section {
justify-self: start;
min-width: 0;
align-self: center;
display: block;
margin: 0;
}
.sg-pulldown-panel .sg-slider-row[data-activatable="true"] {
@@ -1180,6 +1184,7 @@ section + section {
grid-row: 1;
justify-self: start;
align-self: center;
margin: 0;
}
#component-slider .sg-activatable-row .sg-slider-row .sg-label {