@SahuanP
Ayça Gürler
@aybeguAll comments
- @aybegu
Hi @SahuanP ! You can remove the border in the bottom of the table with this! At least thats what I did in my project.
tr:last-child td{ border-bottom: none; }
Hope this helps!
Marked as helpful
Hi @SahuanP ! You can remove the border in the bottom of the table with this! At least thats what I did in my project.
tr:last-child td{
border-bottom: none;
}
Hope this helps!