Improve the explain plan details by showing popup instead of tooltip on clicking of the specified node. Fixes #5488

This commit is contained in:
Aditya Toshniwal
2021-01-12 16:43:30 +05:30
committed by Akshay Joshi
parent 3f089f31a3
commit 6589f82e77
9 changed files with 106 additions and 147 deletions

View File

@@ -245,6 +245,7 @@ legend {
.table {
margin-bottom: 0rem;
user-select: text;
th {
padding: $table-header-cell-padding $table-cell-padding;
}