1) Fixed an issue where the incorrect values visible in the dependents tab for publication. Fixes #6307

2) Ensure that the primary key should be visible properly in the table dialog. Fixes #6316
This commit is contained in:
Pradip Parkale
2021-03-16 11:43:27 +05:30
committed by Akshay Joshi
parent 9395ce3fda
commit ff06a18155
5 changed files with 13 additions and 169 deletions

View File

@@ -255,7 +255,7 @@ legend {
.table {
margin-bottom: 0rem;
user-select: text;
table-layout: fixed;
table-layout: auto;
max-width: none;
width: auto;
min-width: 100%;