Table border problem
In my django project I have a table and I have this issue where there is a angled corner when I have done border-radius (I know its very messy code but just trying to get some functionality out of this)
HTML:
SCSS:
2 Replies
you need overflow:hidden; on the table tag in css
tysm