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
No related branches found
No related tags found
2 merge requests!783V3.0.0,!746fix: visual bug with labels checkboxes
...@@ -4,7 +4,11 @@ ...@@ -4,7 +4,11 @@
flex-wrap: wrap; flex-wrap: wrap;
app-checkbox-form { app-checkbox-form {
flex-grow: 1; flex-grow: 0;
flex-basis: 0; flex-basis: calc(50% - 8px);
@media (max-width: 600px) {
flex-basis: 100%;
}
} }
} }
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment