mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
9395ce3fda
commit
ff06a18155
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user