Skip to content

Commit 82f75ec

Browse files
authored
Merge pull request #406 from gemini-testing/FEI-23820.extraItem_click_bug
fix: click on the entire area of the extaItem
2 parents fd0705a + 33e2109 commit 82f75ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/static/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ a:active {
824824
}
825825

826826
.menu-item__link {
827-
display: inline-block;
827+
display: block;
828828
padding: 12px;
829829
}
830830

0 commit comments

Comments
 (0)