Skip to content

Commit 74637ae

Browse files
committed
fix issue with sublink width
1 parent 486e62b commit 74637ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/Nav/NavListItem/NavListItem.module.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
padding: 0;
6565
position: absolute;
6666
top: 65px;
67-
width: 100%;
67+
right: 0;
68+
width: auto;
69+
min-width: 100%;
6870
}
6971

7072
.invisible {

0 commit comments

Comments
 (0)