Skip to content

Commit

Permalink
Fix : 내용 너비에 따른 ui 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
JangGusWjd committed Jun 12, 2024
1 parent c992fe0 commit ccbcdef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/community/CommunityMain.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@

.community-content {
width: 100%;
min-width: 100%;
border-bottom: 1px solid #dadada;
margin-bottom: 30px;
padding-bottom: 10px;
cursor: pointer;

.content-top {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
Expand Down
1 change: 1 addition & 0 deletions src/styles/community/CommunityWrite.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

.community-form {
width: 100%;
min-width: 100%;
background: #ffffff;
border-radius: 5px;
padding: 20px 30px;
Expand Down

0 comments on commit ccbcdef

Please sign in to comment.