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

Fix radio buttons stretching

parent e00e7a4b
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,7 @@
.Form-field .Form-radio + label {
cursor: pointer;
display: inline-block;
flex: 0 0 auto;
position: relative;
margin-right: var(--margin-1);
width: 8px;
......
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