Skip to content

Commit

Permalink
padding more for on this page
Browse files Browse the repository at this point in the history
  • Loading branch information
zizdlp committed Sep 10, 2024
1 parent 04f1986 commit b4ef394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbook_frontend/src/components/TableOfContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function TableOfContent(props: TableOfContentProps) {
{/* 确保父元素具有固定高度或最大高度 */}
<div className="h-full">
{/* 子元素充满父元素的高度 */}
<div className="text-gray-600 dark:text-gray-200 font-medium flex items-center space-x-2">
<div className="text-gray-600 dark:text-gray-200 font-medium flex items-center space-x-2 pb-4">
<LuListMinus className="h-4 w-4" />
<span>{t("OnThisPage")}</span>
</div>
Expand Down

0 comments on commit b4ef394

Please sign in to comment.