#11153 Fixed the size of the steps so that it doesn't take up 100%
This commit is contained in:
parent
8dd14576ee
commit
bbeeb5b052
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue