Fix button positioning in tables.

This commit is contained in:
yukirij 2024-08-27 20:24:03 -07:00
parent 1a62da25ea
commit d0277c5b1e

View File

@ -47,7 +47,7 @@ main>table.list.session th:nth-child(2){width:10rem;}
main>table.list.challenge th:nth-child(2){width:10rem;} main>table.list.challenge th:nth-child(2){width:10rem;}
main>table.list td:last-child>button{ main>table.list td:last-child>button{
display:block; display:inline-block;
position:relative; position:relative;
min-width:8rem; min-width:8rem;
height:100%; height:100%;