From cc0282ffed00e4920f0f11dee7c88df831b0f7c3 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Mar 06 2017 12:46:39 +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 Merges https://pagure.io/pagure/pull-request/2063 --- 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 -
+