fix: #185 input and select align center

This commit is contained in:
Yifei Zhang 2023-03-30 15:25:38 +00:00
parent fc49b34f6a
commit c2f11049b3

View File

@ -119,6 +119,11 @@ select {
cursor: pointer;
background-color: var(--white);
color: var(--black);
text-align: center;
}
input {
text-align: center;
}
input[type="checkbox"] {