Remove unused <div>

dev
mdPlusPlus 2 years ago
parent 3970fc8ade
commit 3c95f8a825

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

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

Loading…
Cancel
Save