mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Improve query plan tooltip formatting.
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
display: table-cell;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
line-height: 10px !important;
|
||||
padding: 2px !important;
|
||||
font-size: small;
|
||||
}
|
||||
@@ -30,7 +29,10 @@ td.explain-tooltip-val {
|
||||
display: table-cell;
|
||||
text-align: left;
|
||||
white-space: pre-wrap;
|
||||
font-size: smaller;
|
||||
padding: 2px !important;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
|
||||
}
|
||||
|
||||
.pgadmin-explain-tooltip {
|
||||
|
||||
Reference in New Issue
Block a user