Skip to content

Commit 5c75105

Browse files
committed
chore: slight padding bottom to answer description to align it beter
1 parent a9e621c commit 5c75105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/components/Verdict/Answer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const AnswerDescription = styled.h4`
1919
margin: 0;
2020
font-size: 15px;
2121
color: ${({ theme }) => theme.primaryText};
22+
padding-bottom: 0.5px;
2223
`;
2324

2425
interface IAnswer {

0 commit comments

Comments
 (0)