Fix pipelines spec
This commit is contained in:
parent
50762d102b
commit
660b3450e1
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue