Skip to content

Commit 6538ab6

Browse files
authored
fix( switch ): clickable minimum width is set
2 parents 9fe7a16 + d0c73d7 commit 6538ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/elements/switch/_general.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.#{$pretty--class-name}.p-switch {
22
input{
3-
width:2em;
3+
min-width:2em;
44
}
55
.state {
66
position: relative;

0 commit comments

Comments
 (0)