Fixed color issue on the statistics tab for collection node in the safari browser. Fixes #4020

This commit is contained in:
Pradip Parkale
2021-03-12 11:49:58 +05:30
committed by Akshay Joshi
parent 03d3b8c03c
commit 408df750be
2 changed files with 5 additions and 0 deletions

View File

@@ -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;
}