mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-01 09:07:57 -05:00
24 lines
407 B
CSS
24 lines
407 B
CSS
.explain-tooltip {
|
|||
|
|
display: table-cell;
|
||
|
|
text-align: left;
|
||
|
|
white-space: nowrap;
|
||
|
|
padding: 2px !important;
|
||
|
|
font-size: small;
|
||
|
|
}
|
||
|
|
|
||
|
|
td.explain-tooltip-val {
|
||
|
|
display: table-cell;
|
||
|
|
text-align: left;
|
||
|
|
white-space: pre-wrap;
|
||
|
|
padding: 2px !important;
|
||
|
|
font-size: small;
|
||
|
|
font-weight: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pgadmin-tooltip-table {
|
||
|
|
border-collapse: collapse;
|
||
|
|
border-spacing: 1px;
|
||
|
|
top: auto;
|
||
|
|
left: auto;
|
||
|
|
}
|