Style in comment moderation
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
<span class="bullet"> • </span>
|
<span class="bullet"> • </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>
|
||||||
|
|||||||
Reference in New Issue
Block a user