diff --git a/static/resources/css/project.css b/static/resources/css/project.css
index de147126c..0601d255e 100644
--- a/static/resources/css/project.css
+++ b/static/resources/css/project.css
@@ -31,9 +31,13 @@
margin-bottom: 0;
}
-.table-body-full-width {
+.table-head-container {
+ width: 98%;
+}
+
+.table-body-container {
overflow-y: auto;
- width: 1075px;
+ width: 98%;
}
.gutter {
diff --git a/static/resources/js/components/replication/list-replication.directive.html b/static/resources/js/components/replication/list-replication.directive.html
index 7c5b1c369..8a0eb0539 100644
--- a/static/resources/js/components/replication/list-replication.directive.html
+++ b/static/resources/js/components/replication/list-replication.directive.html
@@ -12,6 +12,7 @@