1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: add border-top-radius to card table first/last cells (#2505)

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
Aastha Gupta
2025-11-27 00:01:42 +05:30
committed by GitHub
parent 059bae1cf6
commit 3aba62e652
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
"@tabler/core": patch
---
Added `border-top-left-radius` and `border-top-right-radius` to first and last child elements in `.card-table` for proper corner rounding.