Set vertical-align of table rows to top.

This commit is contained in:
Alexander Andreev 2021-02-16 01:40:44 +04:00
parent e7c00b3c8b
commit e0feb2eddf
Signed by: Arav
GPG Key ID: 610DF2574456329F
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ section { margin-top: 1rem; }
#files table { overflow-y: scroll; width: 100%; }
#files table tr { vertical-align: top; }
#files table th { text-align: left; }
#files table th,