Merge pull request #535 from AyuntamientoMadrid/proposals-full-text
displays the complete text of the proposal in the moderation interface
This commit is contained in:
@@ -204,9 +204,12 @@ body.admin {
|
||||
}
|
||||
|
||||
.proposal-description {
|
||||
height: rem-calc(60);
|
||||
height: rem-calc(65);
|
||||
overflow: hidden;
|
||||
max-width: rem-calc(750);
|
||||
&:hover {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// 04. Stats
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<span class="bullet"> • </span>
|
||||
<%= proposal.author.username %>
|
||||
<br>
|
||||
<div style="proposal-description">
|
||||
<div class="proposal-description">
|
||||
<%= proposal.description %>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user