Skip to content

Commit 1b268a3

Browse files
authored
fix: disable label text selection (#22)
1 parent 06185f1 commit 1b268a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/sdpi-item.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export class SdpiItem extends LitElement {
4545
min-height: 28px;
4646
padding-right: 11px;
4747
text-align: right;
48+
user-select: none;
4849
}
4950
`,
5051
];

0 commit comments

Comments
 (0)