Skip to content

Commit

Permalink
chore: slight padding bottom to answer description to align it beter
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Dec 6, 2024
1 parent a9e621c commit 5c75105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/Verdict/Answer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const AnswerDescription = styled.h4`
margin: 0;
font-size: 15px;
color: ${({ theme }) => theme.primaryText};
padding-bottom: 0.5px;
`;

interface IAnswer {
Expand Down

0 comments on commit 5c75105

Please sign in to comment.