Merge pull request #29 from Oliver-Akins/GH-17
Make the checkbox inputs right-aligned in the Ask application
This commit is contained in:
commit
61f41d610e
1 changed files with 6 additions and 0 deletions
|
|
@ -39,4 +39,10 @@
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
text-indent: 1em;
|
text-indent: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="checkbox"] {
|
||||||
|
align-self: center;
|
||||||
|
justify-self: right;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue