Fixes proposal moderation
This commit is contained in:
@@ -203,6 +203,12 @@ body.admin {
|
||||
margin-left: rem-calc(12);
|
||||
}
|
||||
|
||||
.proposal-description {
|
||||
height: rem-calc(60);
|
||||
overflow: hidden;
|
||||
max-width: rem-calc(750);
|
||||
}
|
||||
|
||||
// 04. Stats
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<span class="bullet"> • </span>
|
||||
<%= proposal.author.username %>
|
||||
<br>
|
||||
<div style="height: 4rem; overflow: hidden;">
|
||||
<div style="proposal-description">
|
||||
<%= proposal.description %>
|
||||
</div>
|
||||
</td>
|
||||
@@ -51,7 +51,6 @@
|
||||
<% end %>
|
||||
</table>
|
||||
|
||||
|
||||
<%= submit_tag t('moderation.proposals.index.block_authors'),
|
||||
name: "block_authors",
|
||||
class: "button radius alert",
|
||||
|
||||
Reference in New Issue
Block a user