Style in comment moderation

This commit is contained in:
kikito
2015-09-21 16:12:55 +02:00
parent 12f1796e7b
commit 69e74c4207
2 changed files with 3 additions and 2 deletions

View File

@@ -203,7 +203,8 @@ body.admin {
margin-left: rem-calc(12); margin-left: rem-calc(12);
} }
.proposal-description { .proposal-description,
.debate-description {
max-height: rem-calc(65); max-height: rem-calc(65);
overflow: hidden; overflow: hidden;
max-width: rem-calc(750); max-width: rem-calc(750);

View File

@@ -40,7 +40,7 @@
<span class="bullet">&nbsp;&bull;&nbsp;</span> <span class="bullet">&nbsp;&bull;&nbsp;</span>
<%= debate.author.username %> <%= debate.author.username %>
<br> <br>
<div style="debate-description"> <div class="debate-description">
<%= debate.description %> <%= debate.description %>
</div> </div>
</td> </td>