Slider-Labelspalten im Component-Scope auf Inhaltsbreite reduzieren
This commit is contained in:
+2
-2
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user