쪽지 기본스킨에서 자동 줄바꿈이 되지 않아 깨질 수 있는 문제 수정

This commit is contained in:
conory 2018-02-20 22:34:11 +09:00
parent 98b6789a44
commit 3efd9759dc
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<load target="js/communication.js" />
<div class="xc" cond="$message">
<h1>{$lang->message_received}</h1>
<table class="table table-striped table-hover">
<table class="table table-striped table-hover" style="table-layout: fixed">
<!--@if($message->member_srl != $logged_info->member_srl)-->
<tr>
<th scope="row">{$lang->sender}</th>