Fix pipelines spec

This commit is contained in:
Clement Ho 2018-05-24 15:49:45 -05:00
parent 50762d102b
commit 660b3450e1

View file

@ -51,6 +51,11 @@ table {
border-spacing: 0;
}
.tooltip {
// Fix bootstrap4 bug whereby tooltips flicker when they are hovered over their borders
pointer-events: none;
}
.popover {
font-size: 14px;
}