diff --git a/src/components/About.vue b/src/components/About.vue
index 69546ce96414433045cf5ff6d65d63665d409184..d552af27f4bb20a471c9406f3b40aa063aa90d9b 100644
--- a/src/components/About.vue
+++ b/src/components/About.vue
@@ -141,8 +141,8 @@ main {
 }
 
   .about summary {
+    width: auto;
     cursor: pointer;
-    min-width: 100%;
     margin-bottom: 20px;
     text-align: left;
     border-bottom: solid 1px var(--v-border-base);