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

View File

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