Remove flex from last table cell.

This commit is contained in:
yukirij 2024-08-27 20:09:26 -07:00
parent 7a67a71f8f
commit 1c9548285c

View File

@ -34,10 +34,6 @@ main>table.list td{
border-right: 1px solid #383838; border-right: 1px solid #383838;
} }
main>table.list td:last-child, main>table.list th:last-child{ main>table.list td:last-child, main>table.list th:last-child{
display:flex;
flex-flow:row nowrap;
align-items:flex-start;
justify-content:flex-start;
width:auto; width:auto;
padding:0; padding:0;
} }