mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
#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…
x
Reference in New Issue
Block a user