[Webkit-unassigned] [Bug 251909] Table elements aren't clipped to table

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 01:52:11 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251909

--- Comment #1 from Pierre Ossman <ossman at cendio.se> ---
It is possible to work around this using some ugly CSS like:

tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

But it quickly becomes ugly when considering variations on <thead>, <tbody> and <tfoot>.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230208/b7a90d40/attachment.htm>


More information about the webkit-unassigned mailing list