Skip to content

Commit

Permalink
Merge pull request #802 from sparcs-kaist/801-bug-방-이름이-너무-길면-방-모달에서-…
Browse files Browse the repository at this point in the history
…방-이름이-x-버튼에-겹침

[Bug] 방 이름이 너무 길면 방 이름이 X 버튼에 겹침
  • Loading branch information
jinhyeonkwon authored Aug 20, 2024
2 parents 141ef87 + 0011390 commit a6e8429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const ModalRoomSelection = ({

const styleTitle = {
...theme.font18,
padding: "10px 8px 12px",
padding: "10px 32px 12px 8px",
};

return (
Expand Down

0 comments on commit a6e8429

Please sign in to comment.