Merge branch 'master' into 'production'

add checkbox m

See merge request Romulus21/portal!25
This commit is contained in:
Romain Delanoë
2020-04-11 21:16:07 +00:00

View File

@@ -22,6 +22,10 @@ input {
input[type="checkbox"] {
width: unset;
& + label {
display: inline;
}
}
a {