Increased size of first table column

This commit is contained in:
z0ccc 2022-06-05 15:12:11 -04:00
parent 799036b84a
commit ea3c7fa141

View file

@ -60,7 +60,7 @@ td {
} }
td:first-child { td:first-child {
width: 100px; width: 110px;
font-weight: 600; font-weight: 600;
word-break: normal; word-break: normal;
} }