Commit 21728cfe authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-popover-header-size' into 'master'

Force popover-header to size 14px instead of rems

Closes gitlab-ee#8941

See merge request gitlab-org/gitlab-ce!24065
parents 24665ccb cc170959
......@@ -145,7 +145,8 @@ table {
pointer-events: none;
}
.popover {
.popover,
.popover-header {
font-size: 14px;
}
......
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