diff --git a/src/views/feature/Feature_list.vue b/src/views/feature/Feature_list.vue
index 8398478be17293c869c652cd1c2f43e86a1ff235..1a758510b1ac7650e852718591462e5c20e45ac3 100644
--- a/src/views/feature/Feature_list.vue
+++ b/src/views/feature/Feature_list.vue
@@ -912,6 +912,17 @@ and also iPads specifically.
   .center {
     text-align: right !important;
   }
+
+  #table-features {
+    margin-left: 1em;
+    width: calc(100% - 1em);
+  }
+
+  .ui.checkbox {
+    position: absolute;
+    left: -1.75em;
+    top: 5em;
+  }
 }
 </style>