Skip to content

Commit a439b0c

Browse files
committed
switch fix
1 parent 62f6fdf commit a439b0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scss/elements/switch/_general.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// switch
22
.#{$pretty--class-name}.p-switch {
3+
input{
4+
width:2em;
5+
}
36
.state {
47
position: relative;
58

0 commit comments

Comments
 (0)