Capitalize first letter automatically
This commit is contained in:
parent
8ce91d8f12
commit
5f340ae7f1
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue