-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Milestone
Description
Describe the issue. What is the expected and unexpected behavior?
This piece of CSS is causing this issue -> Catalog tile Icon is skewed (https://bugzilla.redhat.com/show_bug.cgi?id=2029977)
File: _catalog-tile.scss
.catalog-tile-pf-icon { //from
font-size: 40px;
height: 40px;
max-width: 60px;
min-width: 40px;
}
instead of
img is constrained on both width and height which should not happen
Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.
Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?
Bug. non blocking
What is your product and what release version are you targeting?
Openshift 4.10
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Not started

