Skip to content

Commit e96990b

Browse files
authored
fix: remove truncate class from sidebar titles (#1154)
1 parent 5812e3a commit e96990b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/SidebarLayout.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module Sidebar = {
9191
<Link.String
9292
to=m.href
9393
prefetch={#intent}
94-
className={"truncate block py-1 md:h-auto tracking-tight text-gray-60 rounded-sm hover:bg-gray-20 hover:-ml-2 hover:py-1 hover:pl-2 " ++
94+
className={"block py-1 md:h-auto tracking-tight text-gray-60 rounded-sm hover:bg-gray-20 hover:-ml-2 hover:py-1 hover:pl-2 " ++
9595
active}
9696
>
9797
{React.string(m.name)}

0 commit comments

Comments
 (0)