From e335b4493669957b71570da732eea9ad9e1b2f17 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Thu, 23 Sep 2021 09:36:20 +0200 Subject: [PATCH] Auto width --- src/components/About.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/About.vue b/src/components/About.vue index 69546ce..d552af2 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); -- GitLab