Correction de l'affichage trop grand (hauteur de ligne) pour le choix des membres d'un groupe
This commit is contained in:
parent
42e24c7944
commit
8ee2dbb9b2
|
@ -608,7 +608,7 @@ article.check-table{
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
flex: 100%;
|
flex: 100%;
|
||||||
padding: 1.5em 0;
|
padding: .8em 0;
|
||||||
|
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
||||||
|
@ -638,8 +638,8 @@ article.check-table{
|
||||||
input[type='checkbox'] + label[for]{
|
input[type='checkbox'] + label[for]{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1.5em;
|
width: 1.2em;
|
||||||
height: 1.5em;
|
height: 1.2em;
|
||||||
|
|
||||||
// border-radius: 50% / 50%;
|
// border-radius: 50% / 50%;
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue