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:
Juanjo Bazán
2015-09-21 13:05:35 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

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