Skip to content

Commit

Permalink
pkp/pkp-lib#5717 Fix decision buttons when no steps exist
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Jan 13, 2022
1 parent c80918e commit 850e9ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/Container/DecisionPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -425,13 +425,6 @@ export default {
}
}
.decision__footer--noSteps {
justify-content: flex-start;
padding: 0;
background: transparent;
border: none;
}
.decision__skipStep {
font-size: @font-tiny;
order: -1;
Expand All @@ -443,4 +436,11 @@ export default {
padding: 2rem;
}
}
.decision__footer--noSteps {
justify-content: flex-start;
padding: 0;
background: transparent;
border: none;
}
</style>

0 comments on commit 850e9ed

Please sign in to comment.