diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl index 33ae70a..5ba7212 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl @@ -131,7 +131,7 @@
- +
@@ -812,6 +812,12 @@ $(".community_write_review").hide(); + var contentHeight = $(".b_content"); + if (contentHeight) { + contentHeight.each(function(){ + $(this).height(this.scrollHeight); + }); + } }); diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index 7f70ef0..11b4817 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -16589,6 +16589,13 @@ main.sona_cont_measurement { margin-left: 10px; } +.community_view01 .vote_cont .b_content { + width: 100%; + resize: none; + border: none; + overflow: hidden; +} + /* 13-19.커뮤니티-투표-게시글등록 */ .community_write_vote { margin-top: 10px;