diff --git a/components/content/SystemOperonStructure.vue b/components/content/SystemOperonStructure.vue
index 6809308484eb8ecec2b74d34f1b3d303a41623b1..620b6a65b2192c163f52adf2d7007a9ad7e3ac16 100644
--- a/components/content/SystemOperonStructure.vue
+++ b/components/content/SystemOperonStructure.vue
@@ -18,7 +18,7 @@ const { system, subsystem, structures } = withDefaults(defineProps<Props>(), {
 const client = useMeiliSearchRef()
 
 const pending = ref<boolean>(false)
-const sizeGene = ref<number>(100)
+const sizeGene = ref<number>(140)
 
 const msIndexName = ref<'systemoperonstruct'>("systemoperonstruct")
 const msResponse = ref<SearchResponse<StructureOperonGene> | undefined>(undefined)