From 9a835b475a785e1fcde74e187e33df8436d01ee9 Mon Sep 17 00:00:00 2001
From: Matthieu Napoli <matthieu@mnapoli.fr>
Date: Thu, 30 Apr 2015 14:44:46 +1200
Subject: [PATCH] Fixed a UI regression where the pagination width was too
 small

---
 plugins/CoreHome/stylesheets/dataTable/_limitSelection.less | 1 -
 plugins/Morpheus/stylesheets/general/_forms.less            | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less b/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less
index ffdc9e5985..cab249f9ea 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less
@@ -40,7 +40,6 @@
 
 .limitSelection > ul > li {
   cursor: pointer;
-  width: 28px;
   padding: 0 10px 0 4px;
   font-size: 1.1em;
   font-weight: bold;
diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index 1c6331e221..71dd52f9ca 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -116,9 +116,6 @@ button[type="button"],
     > ul {
         position: relative;
         top: -6px;
-        > li {
-            width: 25px;
-        }
     }
     > div {
         .border-radius(2px);
-- 
GitLab