[Webkit-unassigned] [Bug 246597] New: Radio buttons are cut in a strange way (a piece is missing on the right)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 16 13:55:19 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=246597
Bug ID: 246597
Summary: Radio buttons are cut in a strange way (a piece is
missing on the right)
Product: WebKit
Version: Safari 16
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: collimarco91 at gmail.com
The radio buttons are cut on the right if you apply some CSS styles.
Here's our entire CSS:
input[type=radio] {
height: 1.5em;
width: 1.5em;
margin: 0 .5em 0 0;
vertical-align: middle;
accent-color: #337ab7;
}
The radio buttons are cut strangely on the right.
This can be related:
https://bugs.webkit.org/show_bug.cgi?id=155577
On Chrome and other browsers the CSS above works properly.
--
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/20221016/2e799c31/attachment.htm>
More information about the webkit-unassigned
mailing list