Merge pull request #32 from Oliver-Akins/GH-16

Ensure attribute values remain centered when the attribute name is long
This commit is contained in:
Oliver 2025-07-26 22:44:42 -06:00 committed by GitHub
commit 4b0ddbfc0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@
align-items: center;
gap: 4px;
width: 100px;
margin: 0 auto;
> input {
text-align: center;