diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 26c38f17a..337ce4b0e 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -204,9 +204,19 @@ body.admin { } .proposal-description { - height: rem-calc(60); + max-height: rem-calc(65); overflow: hidden; max-width: rem-calc(750); + + &:hover { + cursor: text; + max-height: rem-calc(1000); + outline: 3px solid #ffbf47; + padding: rem-calc(12); + transition: max-height 0.9s; + -moz-transition: max-height 0.9s; + -webkit-transition: max-height 0.9s; + } } // 04. Stats diff --git a/app/views/moderation/proposals/index.html.erb b/app/views/moderation/proposals/index.html.erb index f8939932b..59b9f4b7a 100644 --- a/app/views/moderation/proposals/index.html.erb +++ b/app/views/moderation/proposals/index.html.erb @@ -40,7 +40,7 @@  •  <%= proposal.author.username %>
-
+
<%= proposal.description %>