[Search Application] Fix product card text wrapping (#160755)

The Elasticsearch section on the Enterprise Search home page has the
links under the Resources bleeding out of the display box when the
window is shrink
Actual: 
<img width="794" alt="image"
src="a1162117-8040-4d0b-8027-9aa0253d7452">


Expected: 
<img width="803" alt="image"
src="954eac2c-b935-4a98-9733-76469d11e670">
This commit is contained in:
Yan Savitski 2023-06-28 17:31:34 +02:00 committed by GitHub
parent 9c2aaf5572
commit a64d5823f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,6 +116,7 @@ export const ProductCard: React.FC<ProductCardProps> = ({
<EuiListGroup flush className="productCard-features">
{features.map((item: string, index: number) => (
<EuiListGroupItem
wrapText
key={index}
size="s"
label={item}