#11153 Fixed the size of the steps so that it doesn't take up 100%

This commit is contained in:
Jorge Rincon 2023-05-25 14:58:33 +02:00
parent 8dd14576ee
commit bbeeb5b052
1 changed files with 2 additions and 1 deletions

View File

@ -12071,8 +12071,9 @@ div.parent_graph > p.legend_background > table > tbody > tr {
.steps {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
width: 70%;
}
.step {