Add nowrap to table header.

This commit is contained in:
yukirij 2024-08-27 19:54:14 -07:00
parent d9003ba9d0
commit dffc80fc9a

View File

@ -17,6 +17,7 @@ main>table.list th{
font-size:1.2rem;
font-weight:bold;
white-space:nowrap;
background-color:#383838;
color:#f0f0f0;
border-bottom:1px solid #404040;