Skip to content

Commit

Permalink
remove extra space left of icon on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
wleightond committed Aug 3, 2024
1 parent 77a35b3 commit 7d20fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend_vue/src/components/base/BaseFormImageSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ input[type='radio'] {
/* For iOS < 15 */
background-color: #fff;
/* Not removed via appearance */
width: 0;
margin: 0;
}
Expand Down

0 comments on commit 7d20fe4

Please sign in to comment.