Skip to content

Commit 9974b70

Browse files
authored
fix: removed conflicting css property (#1501)
1 parent 219521e commit 9974b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const DocLinkBlank = ({
6565
return (
6666
<Link
6767
href={uri}
68-
className={classnames('flex text-sm block py-1 pl-2', {
68+
className={classnames('flex text-sm py-1 pl-2', {
6969
'font-medium': !isActive,
7070
'text-primary text-bold border-l-2 border-l-primary font-semibold':
7171
isActive,

0 commit comments

Comments
 (0)