Remove unused <div>

dev
mdPlusPlus 2 years ago
parent 3970fc8ade
commit 3c95f8a825

@ -17,8 +17,7 @@ header {
#th_name { width:13%; } #th_name { width:13%; }
#th_language { width:0% } #th_language { width:0% }
#th_description { } #th_description { }
.clamp { .td_description {
/*white-space: nowrap;*/
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: display:

@ -38,9 +38,8 @@
<td class="td_language"><?=$room->language?></td> <td class="td_language"><?=$room->language?></td>
<td class="td_name"><?=$room->name?></td> <td class="td_name"><?=$room->name?></td>
<td class="td_description"> <td class="td_description">
<div class="clamp">
<?=$room->description?> <?=$room->description?>
</div>
</td> </td>
<td class="td_users"><?=$room->active_users?></td> <td class="td_users"><?=$room->active_users?></td>
<td class="td_preview"> <td class="td_preview">

Loading…
Cancel
Save