somul-project / somul-system-frontend

'5월, 소프트웨어에 물들다' 행사 시스템의 Frontend입니다.

Home Page:https://somul.kr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button의 width가 가변적이지 않음

cos18 opened this issue · comments

이전 #1 에서 Button 컴포넌트를 만들 시 width의 값이 고정적이었는데, 랜딩페이지를 만드면서 확인해보니 버튼 안 라벨의 텍스트 길이에 따라 가변적으로 width가 변경됨을 확인했습니다.

이를 padding을 통한 가변적인 크기로 변경해야 합니다.