diff --git a/src/components/InflectionButton.vue b/src/components/InflectionButton.vue
index efe2f1ecedd2295bb83ad33773d75d2182c823e9..90ac2c2c515ed7fdbed995370e4e49c6d86ffecd 100644
--- a/src/components/InflectionButton.vue
+++ b/src/components/InflectionButton.vue
@@ -175,9 +175,6 @@ th {
     vertical-align: top;
 }
 
-article:not(.right_hand_column) .inflection-canvas {
-  left: -35px;
-}
 
 td.hilite {
     background-color: var(--v-tertiary-base);
diff --git a/src/components/SearchResults.vue b/src/components/SearchResults.vue
index 5d27797cfd8a57e2a3680c5d491ef1344a9fb88f..37dbe06bb54b9c8e8468c61ecec26c3516555e27 100644
--- a/src/components/SearchResults.vue
+++ b/src/components/SearchResults.vue
@@ -56,14 +56,6 @@ export default {
     meta: Object
   },
   computed: {
-    right_col_class_name: function() {
-      if (this.$vuetify.breakpoint.mdAndUp) {
-        if (this.results_bm) {
-          return 'righ_hand_column'
-        }
-      }
-      return ''
-    },
     both_dicts: function() {
       let merged = interleave(this.results_bm, this.results_nn)
       return merged
@@ -141,8 +133,6 @@ export default {
   }
 
 
-  article.right_hand_column div.inflection-wrapper {
-    right: -35px;
   }
 
 .pagination {