Slider-Labelspalten im Component-Scope auf Inhaltsbreite reduzieren

This commit is contained in:
2026-05-23 10:08:11 +02:00
parent 90716491e6
commit 177a602879
+2 -2
View File
@@ -1025,7 +1025,7 @@ section + section {
#component-slider .sg-slider-row {
display: grid;
grid-template-columns:
var(--layout-input-label-width)
max-content
minmax(0, 1fr)
auto;
align-items: center;
@@ -1064,7 +1064,7 @@ section + section {
#component-slider .sg-activatable-row {
display: grid;
grid-template-columns: auto var(--layout-input-label-width) minmax(0, 1fr) auto;
grid-template-columns: auto max-content minmax(0, 1fr) auto;
align-items: center;
column-gap: var(--spacing-large);
width: 100%;