#11153 Fixed the position of the step box to the left

This commit is contained in:
Jorge Rincon 2023-07-04 16:27:26 +02:00
parent bbeeb5b052
commit c7683727a2
1 changed files with 1 additions and 1 deletions

View File

@ -12105,7 +12105,7 @@ div.parent_graph > p.legend_background > table > tbody > tr {
.steps {
display: flex;
justify-content: space-between;
justify-content: left;
align-items: center;
}