Promote develop → main (2026-05-01 12:48 UTC) #7
@@ -5660,25 +5660,25 @@ body.tutorial-active .tutorial-cursor {
|
||||
.pipeline-stage {
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.pipeline-track {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
gap: 0;
|
||||
padding: var(--sp-md) 0;
|
||||
width: 100%;
|
||||
}
|
||||
.pipeline-row {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
gap: var(--sp-md);
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.pipeline-row[data-direction="ltr"] { justify-content: flex-start; }
|
||||
.pipeline-row[data-direction="rtl"] {
|
||||
flex-direction: row-reverse;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.pipeline-empty {
|
||||
text-align: center;
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren