Skip to content
Snippets Groups Projects
Commit c0091e5d authored by Maz Ameli's avatar Maz Ameli Committed by Kyle Doherty
Browse files

fix info icon spacing on dashcards (#11627)

parent 7070a0ee
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ export default class LegendItem extends Component {
<div className="flex align-center overflow-hidden">
<Ellipsified showTooltip={showTooltip}>{title}</Ellipsified>
{description && (
<div className="hover-child">
<div className="hover-child ml1 flex align-center text-medium">
<Tooltip tooltip={description} maxWidth={"22em"}>
<Icon className={infoClassName} name="info" />
</Tooltip>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment