From b913e79cc24cee32327f52d41adf50b838f81da8 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Mar 05 2017 17:16:15 +0000 Subject: Make table behave in responsive way When UI is in limited width, then table should honor outer div boundries. table-responsive is applied to outer div of table and not to the table class itself. Signed-off-by: Abhijeet Kasurde --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 8fb0386..4bd41a1 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -143,7 +143,7 @@ -
+
diff --git a/pagure/templates/requests.html b/pagure/templates/requests.html index 7cd2c7c..469f981 100644 --- a/pagure/templates/requests.html +++ b/pagure/templates/requests.html @@ -79,7 +79,7 @@ namespace=repo.namespace) }}">Reset Filters -
+