Set vertical-align of table rows to top.
This commit is contained in:
parent
e7c00b3c8b
commit
e0feb2eddf
@ -101,6 +101,8 @@ section { margin-top: 1rem; }
|
|||||||
|
|
||||||
#files table { overflow-y: scroll; width: 100%; }
|
#files table { overflow-y: scroll; width: 100%; }
|
||||||
|
|
||||||
|
#files table tr { vertical-align: top; }
|
||||||
|
|
||||||
#files table th { text-align: left; }
|
#files table th { text-align: left; }
|
||||||
|
|
||||||
#files table th,
|
#files table th,
|
||||||
|
Loading…
Reference in New Issue
Block a user