Rewind through the descent history
All checks were successful
/ test (pull_request) Successful in 3m47s
All checks were successful
/ test (pull_request) Successful in 3m47s
This commit is contained in:
parent
af18a8e7d1
commit
36036141b5
6 changed files with 152 additions and 19 deletions
|
@ -184,6 +184,7 @@ details[open]:has(li) .element-switch::after {
|
|||
|
||||
#diagnostics-bar {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
#realization-status {
|
||||
|
@ -207,6 +208,14 @@ details[open]:has(li) .element-switch::after {
|
|||
content: '⚠';
|
||||
}
|
||||
|
||||
#step-input > label {
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
#step-input > input {
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
.diagnostics-panel {
|
||||
margin-top: 10px;
|
||||
min-height: 180px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue