-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
priority: lowSeverity level: 3Severity level: 3
Description
Description of the issue
The svg copy image displays at the incorrect size of 32px x 32px on Safari. This doesn't happen on Firefox. This appears to be because the SVG element itself has a set height and width of 32px. The other icon used in the component is set at 16x16px. This appears to be an issue with Webkit broswers.
The solution would either be to remove the height/width of the element and use CSS to determine those values, or update the element to have the correct 16px x 16px
Impacted component(s)
- pfe-clipboard and any components that use it
Steps to reproduce
View https://patternflyelements.com/components/clipboard/ in Safari
Screenshots
Related issues
Metadata
Metadata
Assignees
Labels
priority: lowSeverity level: 3Severity level: 3
