Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-10 13:28:58 +02:00
parent 94b761a1b7
commit baf8b97938
6 changed files with 381 additions and 5 deletions
+26 -1
View File
@@ -1000,6 +1000,29 @@ section + section {
max-width: 100%;
}
#component-pulldown .sg-labeled-input-row {
flex-direction: column;
align-items: flex-start;
gap: var(--spacing-small);
width: 100%;
max-width: 100%;
}
#component-pulldown .sg-labeled-input-row .sg-label {
min-width: 0;
flex: 0 0 auto;
margin-right: 0;
margin-bottom: 0;
line-height: 1;
}
#component-pulldown .sg-labeled-input-row .sg-pulldown-demo,
#component-pulldown .sg-labeled-input-row .sg-pulldown {
width: 100%;
min-width: 0;
max-width: 100%;
}
#component-pulldown .sg-activatable-row {
grid-template-columns: 1fr;
align-items: start;
@@ -1011,6 +1034,7 @@ section + section {
.sg-labeled-input-row {
flex-direction: column;
align-items: flex-start;
gap: var(--spacing-small);
width: 100%;
max-width: 100%;
}
@@ -1019,7 +1043,8 @@ section + section {
min-width: 0;
flex: 0 0 auto;
margin-right: 0;
margin-bottom: var(--spacing-large);
margin-bottom: 0;
line-height: 1;
}
.sg-labeled-input-row .sg-input-single-line,