Sync styleguide 2026.05.18.1
This commit is contained in:
@@ -1112,7 +1112,6 @@
|
|||||||
display: none;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--spacing-small);
|
gap: var(--spacing-small);
|
||||||
min-width: 100%;
|
|
||||||
width: max-content;
|
width: max-content;
|
||||||
max-width: min(
|
max-width: min(
|
||||||
var(--layout-multiselect-pulldown-panel-desktop-width),
|
var(--layout-multiselect-pulldown-panel-desktop-width),
|
||||||
@@ -1151,7 +1150,7 @@
|
|||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
.sg-pulldown-panel {
|
.sg-pulldown-panel {
|
||||||
min-width: auto;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-pulldown-demo[data-component-context="overlay"] .sg-pulldown-panel {
|
.sg-pulldown-demo[data-component-context="overlay"] .sg-pulldown-panel {
|
||||||
|
|||||||
@@ -1593,7 +1593,6 @@ section + section {
|
|||||||
display: none;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--spacing-small);
|
gap: var(--spacing-small);
|
||||||
min-width: 100%;
|
|
||||||
width: max-content;
|
width: max-content;
|
||||||
max-width: min(
|
max-width: min(
|
||||||
var(--layout-multiselect-pulldown-panel-desktop-width),
|
var(--layout-multiselect-pulldown-panel-desktop-width),
|
||||||
@@ -1632,7 +1631,7 @@ section + section {
|
|||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
.sg-pulldown-panel {
|
.sg-pulldown-panel {
|
||||||
min-width: auto;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-pulldown-demo[data-component-context="overlay"] .sg-pulldown-panel {
|
.sg-pulldown-demo[data-component-context="overlay"] .sg-pulldown-panel {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"styleguideVersion": "2026.05.18.1",
|
"styleguideVersion": "2026.05.18.1",
|
||||||
"styleguideCommit": "dc092fb",
|
"styleguideCommit": "4a3c939",
|
||||||
"syncedAtUtc": "2026-06-09T07:14:33Z",
|
"syncedAtUtc": "2026-06-09T08:51:49Z",
|
||||||
"sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide",
|
"sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide",
|
||||||
"mirroredDocsPath": "docs/styleguide"
|
"mirroredDocsPath": "docs/styleguide"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1593,7 +1593,6 @@ section + section {
|
|||||||
display: none;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--spacing-small);
|
gap: var(--spacing-small);
|
||||||
min-width: 100%;
|
|
||||||
width: max-content;
|
width: max-content;
|
||||||
max-width: min(
|
max-width: min(
|
||||||
var(--layout-multiselect-pulldown-panel-desktop-width),
|
var(--layout-multiselect-pulldown-panel-desktop-width),
|
||||||
@@ -1632,7 +1631,7 @@ section + section {
|
|||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
.sg-pulldown-panel {
|
.sg-pulldown-panel {
|
||||||
min-width: auto;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-pulldown-demo[data-component-context="overlay"] .sg-pulldown-panel {
|
.sg-pulldown-demo[data-component-context="overlay"] .sg-pulldown-panel {
|
||||||
|
|||||||
Reference in New Issue
Block a user