Adds margin to confirmation-text. (#1051)

This commit is contained in:
Zach Baird 2023-03-24 14:46:09 -04:00 committed by GitHub
parent 437b2ab30a
commit d4c3b70f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,7 @@ export default {
.confirmation-text { .confirmation-text {
padding-right: 0.25ch; padding-right: 0.25ch;
margin: 0 0.25rem;
} }
.confirmation-input { .confirmation-input {