[Webkit-unassigned] [Bug 203751] <input type="search"> not respecting line-height CSS property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 26 16:14:36 PDT 2023


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

--- Comment #3 from zalan <zalan at apple.com> ---
This is due to "-webkit-appearance" CSS property which makes the control use fixed values for e.g. height.
"-webkit-appearance: none" loosens it up so that one can size the control freely through line-height, font-size, height etc.

-- 
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/20230526/77a663d2/attachment.htm>


More information about the webkit-unassigned mailing list