mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
9c2aaf5572
commit
a64d5823f1
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue