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.
1 parent 5812e3a commit e96990bCopy full SHA for e96990b
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