Fixed embedded metrics tooltip inconsistent styling

This commit is contained in:
Olena Horal-Koretska 2019-08-29 12:21:28 +00:00 committed by Annabel Dunstone Gray
parent ce84140e8b
commit ec2756974e
2 changed files with 16 additions and 1 deletions

View File

@ -384,8 +384,18 @@
@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

View File

@ -0,0 +1,5 @@
---
title: Fixed embeded metrics tooltip inconsistent styling
merge_request: 31517
author:
type: fixed