Style in comment moderation
This commit is contained in:
@@ -203,7 +203,8 @@ body.admin {
|
||||
margin-left: rem-calc(12);
|
||||
}
|
||||
|
||||
.proposal-description {
|
||||
.proposal-description,
|
||||
.debate-description {
|
||||
max-height: rem-calc(65);
|
||||
overflow: hidden;
|
||||
max-width: rem-calc(750);
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<span class="bullet"> • </span>
|
||||
<%= debate.author.username %>
|
||||
<br>
|
||||
<div style="debate-description">
|
||||
<div class="debate-description">
|
||||
<%= debate.description %>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user