Capitalize first letter automatically

This commit is contained in:
z0ccc 2021-09-13 23:21:50 -04:00
parent 8ce91d8f12
commit 5f340ae7f1

View file

@ -145,10 +145,13 @@ tbody:not(:last-child) {
}
td {
/* vertical-align: top; */
padding: 12px;
}
td:first-letter {
text-transform: uppercase;
}
td:first-child {
width: 180px;
font-weight: 600;