Skip to content

Commit

Permalink
fix: correct pointer for checkbox/radio component label (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
josokinas authored Mar 10, 2021
1 parent 9857e74 commit f51012e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
// container children
.ods-input-indicator ~ * {
margin-right: helpers.space(2) - $padding;
pointer-events: none;
position: relative;
}
}

0 comments on commit f51012e

Please sign in to comment.