Promote develop → main (2026-05-01 12:48 UTC) #7

Zusammengeführt
IntelSight_Admin hat 5 Commits von develop nach main 2026-05-01 14:48:17 +02:00 zusammengeführt
Nur Änderungen aus Commit c9bd6310ae werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@@ -5660,25 +5660,25 @@ body.tutorial-active .tutorial-cursor {
.pipeline-stage { .pipeline-stage {
position: relative; position: relative;
overflow: visible; overflow: visible;
display: flex;
justify-content: center;
} }
.pipeline-track { .pipeline-track {
display: flex; display: inline-flex;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;
gap: 0; gap: 0;
padding: var(--sp-md) 0; padding: var(--sp-md) 0;
width: 100%;
} }
.pipeline-row { .pipeline-row {
display: flex; display: flex;
align-items: stretch; align-items: stretch;
gap: var(--sp-md); gap: var(--sp-md);
flex-wrap: nowrap; flex-wrap: nowrap;
justify-content: flex-start;
} }
.pipeline-row[data-direction="ltr"] { justify-content: flex-start; }
.pipeline-row[data-direction="rtl"] { .pipeline-row[data-direction="rtl"] {
flex-direction: row-reverse; flex-direction: row-reverse;
justify-content: flex-start;
} }
.pipeline-empty { .pipeline-empty {
text-align: center; text-align: center;