diff --git a/components/content/SystemOperonStructure.vue b/components/content/SystemOperonStructure.vue
index 741ba4be5500f6eb1cb607831ec081c7228deb9e..c0613ff8b60a34a6135bd8f04e4a7fbd6fe36b52 100644
--- a/components/content/SystemOperonStructure.vue
+++ b/components/content/SystemOperonStructure.vue
@@ -23,7 +23,7 @@ const { system, subsystem, structures, subsystems } = props
 const client = useMeiliSearchRef()
 
 const pending = ref<boolean>(false)
-const sizeGene = ref<number>(140)
+const sizeGene = ref<number>(100)
 const maxOperonSize = toRef(props, "maxOperonSize")
 const msIndexName = ref<'systemoperonstruct'>("systemoperonstruct")
 const msResponse = ref<SearchResponse<StructureOperonGene> | undefined>(undefined)