Skip to content

Commit bb13d08

Browse files
timea-solidCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent bd16140 commit bb13d08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/v2/components/forms/combobox/Combobox.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export class Combobox extends LitElement {
6060
static styles = [
6161
listboxStyles,
6262
css`
63-
:host { // default theme
63+
:host {
64+
/* default theme */
6465
display: inline-block;
6566
position: relative;
6667
box-sizing: border-box;

0 commit comments

Comments
 (0)