mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 18:32:52 +09:00
쪽지 기본스킨에서 자동 줄바꿈이 되지 않아 깨질 수 있는 문제 수정
This commit is contained in:
parent
98b6789a44
commit
3efd9759dc
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
</form>
|
||||
<div style="clear:both"></div>
|
||||
</div>
|
||||
<table class="table table-striped table-hover" cond="$message">
|
||||
<table class="table table-striped table-hover" style="table-layout: fixed" cond="$message">
|
||||
<tr>
|
||||
<th>{$message->title}</th>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue