From ceab12866f55b422bee4ad3d6828d08abce8b874 Mon Sep 17 00:00:00 2001 From: Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> Date: Wed, 20 Jan 2016 21:25:26 -0500 Subject: [PATCH] Removes 100% width because it is a block element. --- app/assets/stylesheets/framework/pagination.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/framework/pagination.scss b/app/assets/stylesheets/framework/pagination.scss index 8a5bde83335..b6f21fd8c91 100644 --- a/app/assets/stylesheets/framework/pagination.scss +++ b/app/assets/stylesheets/framework/pagination.scss @@ -1,6 +1,5 @@ .gl-pagination { text-align: center; - width: 100%; border-top: 1px solid $border-color; margin: 0; margin-top: 0; -- GitLab