Skip to content

Commit

Permalink
feat: add padding in contents of details tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLightQP committed Nov 13, 2024
1 parent 92bc606 commit 1e8a7e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/ContentView/DescriptionView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export const MarkdownWrapper = styled.div`
cursor: pointer;
padding-left: 2px;
}
& details ul,
p {
padding-left: 12px;
}
`;

export const DescriptionView: FC<DescriptionViewProps> = ({ description }) => {
Expand Down

0 comments on commit 1e8a7e6

Please sign in to comment.