Skip to content
Snippets Groups Projects
Commit aab5f3e9 authored by Lewis Liu's avatar Lewis Liu
Browse files

Fixed radio button not using cursor-pointer

parent 3a4a5657
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@
}
.Form-field .Form-radio + label {
cursor: pointer;
display: inline-block;
position: relative;
margin-right: var(--margin-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment