fix: align UML phase controls to the right
This commit is contained in:
+11
-1
@@ -815,6 +815,10 @@
|
|||||||
color: #555;
|
color: #555;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
.uml-snapshot-header > div:first-child {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
.uml-phase-actions,
|
.uml-phase-actions,
|
||||||
.uml-step-actions {
|
.uml-step-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -823,7 +827,12 @@
|
|||||||
gap: 3px;
|
gap: 3px;
|
||||||
}
|
}
|
||||||
.uml-phase-actions {
|
.uml-phase-actions {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
flex-wrap: nowrap;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
align-self: flex-start;
|
||||||
|
margin-left: auto;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.uml-phase-actions button,
|
.uml-phase-actions button,
|
||||||
.uml-step-actions button,
|
.uml-step-actions button,
|
||||||
@@ -1469,7 +1478,8 @@ text.uml-step-element-active {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
.uml-phase-actions {
|
.uml-phase-actions {
|
||||||
justify-content: flex-start;
|
width: 100%;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
.uml-code-view,
|
.uml-code-view,
|
||||||
.uml-state-grid {
|
.uml-state-grid {
|
||||||
|
|||||||
Reference in New Issue
Block a user