Skip to content

Commit e1a6185

Browse files
committed
responsive bugs fixed
1 parent f8e830b commit e1a6185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/styles/index.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@
8787
cursor: pointer;
8888
height: 20px;
8989
transition: all 0.1s;
90-
width: 20px;
90+
width: 20px !important;
9191
border-radius: 5px;
9292
&:checked {
9393
background-color: #004ba0;
9494
border-radius: 100%;
95+
width: 20px !important;
9596
}
9697
}
9798
}

0 commit comments

Comments
 (0)