Skip to content

Commit 3c9087c

Browse files
Dont truncate sidenav titles (#777)
* Dont truncate floating nav * Add padding to prevent text to overflow
1 parent fa81bc9 commit 3c9087c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/utilities/floatingNav.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636

3737
.Link {
38-
@apply border-none inline-block truncate w-40 leading-4 hover:opacity-70 hover:no-underline;
38+
@apply border-none inline-block pr-2 w-40 leading-4 hover:opacity-70 hover:no-underline;
3939
@apply text-gray-70 !important;
4040
}
4141

0 commit comments

Comments
 (0)