From e54412e316a0f00cd22535f53a8825782e5a7719 Mon Sep 17 00:00:00 2001 From: Minchaez Date: Sun, 8 Feb 2026 19:04:14 +0900 Subject: [PATCH] fix: editPage button overflow when page is translated --- src/components/layout.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/layout.css b/src/components/layout.css index ace01f6b4..709cabfb2 100644 --- a/src/components/layout.css +++ b/src/components/layout.css @@ -412,7 +412,10 @@ a.active { bottom: 105px; font-size: 10px; text-decoration: none; - line-height: 3; + min-height: 35px; + height: auto; + align-content: center; + line-height: 1.4; } .editPage:hover {