Skip to content

Commit

Permalink
💄 display save and close
Browse files Browse the repository at this point in the history
  • Loading branch information
volterra79 committed Dec 16, 2024
1 parent 0b5f4ed commit e4e482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ export class OpenFormStep extends Step {
/** @TODO make it straightforward: `headerComponent` vs `buttons` ? */
headerComponent: this._saveAll && {
template: /* html */ `
<section class="editing-save-all-form">
<section class = "editing-save-all-form" style = "display: flex;">
<div
class = "editing-button"
:style = "{cursor: disabled ? 'not-allowed' : 'pointer'}"
Expand Down

0 comments on commit e4e482a

Please sign in to comment.