Make the checkbox inputs right-aligned
This commit is contained in:
parent
312202191d
commit
392923a497
1 changed files with 6 additions and 0 deletions
|
|
@ -37,4 +37,10 @@
|
|||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
align-self: center;
|
||||
justify-self: right;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue