You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
I've had occasion to use core-icon with some wide aspect ratio images. In such a scenario, the image is repeated to fill the size of the core-icon. Looks like the default style of the containing div is "background-size: 100%; background-position: 50% 50%;". I recommend adding "background-repeat: no-repeat;".