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

Merge branch '516-checkbox-affichage-en-cas-de-nombre-impair' into 'dev'

fix: visual bug with labels checkboxes

See merge request !746
parents 53c4b7f9 badc79b3
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