diff --git a/lit-code-block/src/components/editor/ui/button/button.ts b/lit-code-block/src/components/editor/ui/button/button.ts index aef47e4e1f..e9979fb5c3 100644 --- a/lit-code-block/src/components/editor/ui/button/button.ts +++ b/lit-code-block/src/components/editor/ui/button/button.ts @@ -45,31 +45,37 @@ class LitButton extends LitElement { ?disabled=${this.disabled} @mousedown=${this.handleMouseDown} > - ${this.icon - ? html` -
- ` - : nothing} - ${tooltip - ? html` - ${tooltip} - ` - : nothing} + ${ + this.icon + ? html` + + ` + : nothing + } + ${ + tooltip + ? html` + ${tooltip} + ` + : nothing + } - ${tooltip - ? html` -