Commit f7e36934 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '65063-Embeded-metrics-inconsistent-styles' into 'master'

Fixed embedded metrics tooltip inconsistent styling

Closes #65063

See merge request gitlab-org/gitlab-ce!31517
parents ce84140e ec275697
...@@ -384,8 +384,18 @@ ...@@ -384,8 +384,18 @@
@extend .fa-exclamation-circle; @extend .fa-exclamation-circle;
} }
} }
}
.prometheus-graph-embed {
h3.popover-header {
/** Override <h3> .popover-header
* as embed metrics do not follow the same
* style as default md <h3> (which are deeply nested)
*/
margin: 0;
font-size: $gl-font-size-small;
}
}
}
/** /**
* Headers * Headers
......
---
title: Fixed embeded metrics tooltip inconsistent styling
merge_request: 31517
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment