Skip to content

Commit 561ef71

Browse files
fix: editPage button overflow when page is translated (#1191)
Co-authored-by: Bill <bluebill1049@hotmail.com>
1 parent 5c2f62f commit 561ef71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/layout.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,10 @@ a.active {
412412
bottom: 105px;
413413
font-size: 10px;
414414
text-decoration: none;
415-
line-height: 3;
415+
min-height: 35px;
416+
height: auto;
417+
align-content: center;
418+
line-height: 1.4;
416419
}
417420

418421
.editPage:hover {

0 commit comments

Comments
 (0)