Sync styleguide 2026.05.18.1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user