diff --git a/core/modules/views_ui/css/views_ui.admin.theme.css b/core/modules/views_ui/css/views_ui.admin.theme.css
index 8c92a09..4cb9a3c 100644
--- a/core/modules/views_ui/css/views_ui.admin.theme.css
+++ b/core/modules/views_ui/css/views_ui.admin.theme.css
@@ -299,9 +299,6 @@ th.views-ui-path {
   width: auto;
 }
 
-th.views-ui-operations {
-  width: 24%;
-}
 
 /* @end */
 
diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css
index f1cb442..67411cc 100644
--- a/core/themes/seven/style.css
+++ b/core/themes/seven/style.css
@@ -590,6 +590,15 @@ th {
   text-align: left; /* LTR */
   text-transform: uppercase;
 }
+
+/*Aim is to make the make the Operations column in the admin sections a more optimal size.
+https://drupal.org/node/1849750*/
+
+.tableresponsive-processed
+th:last-of-type {
+  width:1px;
+}
+
 [dir="rtl"] th {
   text-align: right;
 }
