Merge branch 'ent-11153-pasos-muy-separados-en-plantillas' into 'develop'

Ent 11153 pasos muy separados en plantillas

See merge request artica/pandorafms!5964
This commit is contained in:
Gorka Sanchez 2023-07-05 09:53:58 +00:00
commit b21673d9e7
1 changed files with 3 additions and 2 deletions

View File

@ -12107,8 +12107,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 {
@ -12140,7 +12141,7 @@ div.parent_graph > p.legend_background > table > tbody > tr {
.steps {
display: flex;
justify-content: space-between;
justify-content: left;
align-items: center;
}