Merge pull request #29 from Oliver-Akins/GH-17

Make the checkbox inputs right-aligned in the Ask application
This commit is contained in:
Oliver 2025-07-25 22:46:34 -06:00 committed by GitHub
commit 61f41d610e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,4 +39,10 @@
grid-column: 1 / -1;
text-indent: 1em;
}
input[type="checkbox"] {
align-self: center;
justify-self: right;
margin: 0;
}
}