Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 16, 2023
1 parent 68e29b1 commit 57c67cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class Edit{{pascal_case entry_type.name}} extends LitElement {
{{/each}}


<div style="display: flex; flex-direction: row">
<div class="row" style="gap: 8px;">
<sl-button
@click=${() => this.dispatchEvent(new CustomEvent('edit-canceled', {
bubbles: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class Edit{{pascal_case entry_type.name}} extends LitElement {
{{/each}}


<div style="display: flex; flex-direction: row">
<div class="row" style="gap: 8px;">
<sl-button
@click=${() => this.dispatchEvent(new CustomEvent('edit-canceled', {
bubbles: true,
Expand Down

0 comments on commit 57c67cb

Please sign in to comment.