[Webkit-unassigned] [Bug 14856] Select control inside table wraps incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 23:33:11 PDT 2024


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

--- Comment #17 from Karl Dubost <karlcow at apple.com> ---
Created attachment 471156

  --> https://bugs.webkit.org/attachment.cgi?id=471156&action=review

rendering in safari, firefox, chrome

Or to give a bit of space to breathe and two different colors for tables. 

body > table * {
  padding: 1ch;
  outline: 1px dashed purple;
}

table table * {
  outline: 1px dashed red;
}


Basically it looks like the width the table inside the td colspan="2" is not large enough.

-- 
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/20240426/d3e7fa73/attachment.htm>


More information about the webkit-unassigned mailing list