diff --git a/web/pgadmin/static/scss/_bootstrap.overrides.scss b/web/pgadmin/static/scss/_bootstrap.overrides.scss
index e6ffa247f..a50f1b974 100644
--- a/web/pgadmin/static/scss/_bootstrap.overrides.scss
+++ b/web/pgadmin/static/scss/_bootstrap.overrides.scss
@@ -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;
 	}
