We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f310ec0 + e96990b commit 12677b4Copy full SHA for 12677b4
src/layouts/SidebarLayout.res
@@ -91,7 +91,7 @@ module Sidebar = {
91
<Link.String
92
to=m.href
93
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 " ++
+ 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 " ++
95
active}
96
>
97
{React.string(m.name)}
0 commit comments