Ensure attribute values remain centered when the attribute name is long

This commit is contained in:
Oliver-Akins 2025-07-26 22:44:14 -06:00
parent ab14729e91
commit c8d1259e6f

View file

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