mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed color issue on the statistics tab for collection node in the safari browser. Fixes #4020
This commit is contained in:
committed by
Akshay Joshi
parent
03d3b8c03c
commit
408df750be
@@ -255,6 +255,10 @@ legend {
|
||||
.table {
|
||||
margin-bottom: 0rem;
|
||||
user-select: text;
|
||||
table-layout: fixed;
|
||||
max-width: none;
|
||||
width: auto;
|
||||
min-width: 100%;
|
||||
th {
|
||||
padding: $table-header-cell-padding $table-cell-padding;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user