Skip to content
Snippets Groups Projects
Commit badc79b3 authored by Mathieu Ponton's avatar Mathieu Ponton
Browse files

fix(checkboxes): visual bug with labels checkboxes

parent 5b7b2061
Branches
Tags
2 merge requests!783V3.0.0,!746fix: visual bug with labels checkboxes
......@@ -4,7 +4,11 @@
flex-wrap: wrap;
app-checkbox-form {
flex-grow: 1;
flex-basis: 0;
flex-grow: 0;
flex-basis: calc(50% - 8px);
@media (max-width: 600px) {
flex-basis: 100%;
}
}
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment