Skip to content

Commit

Permalink
fix :: 자주묻는질문 리스트 구분 글자 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
kimeojin35 committed Aug 5, 2024
1 parent bb1904b commit 9264812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Board/BoardElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const BoardElement = (props: IBoard) => {
}}
>
<Pc>
<Text align="center" color="black700" size="body1" width={100}>
<Text style={{ whiteSpace: 'nowrap' }} align="center" color="black700" size="body1" width={100}>
{isNumber ? boardNumber : faqTypeToKorean[faq_type]}
</Text>
<Div style={{ marginLeft: 20 }}>
Expand Down

0 comments on commit 9264812

Please sign in to comment.