Make the read-only state of untyped items usable (closes #162 and #159)

This commit is contained in:
Oliver-Akins 2024-04-04 23:02:43 -06:00
parent 1c2ced321b
commit 24d31aad30
4 changed files with 50 additions and 44 deletions

View file

@ -6,4 +6,7 @@
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
}