Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
overflow for ultra-long feedback messages (bug 573193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed Jun 19, 2010
1 parent 2020ee0 commit 1d44f07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/templates/dashboard/messages.html
Expand Up @@ -6,7 +6,7 @@

<li class="{{ opinion.positive and 'happy' or 'sad' }} clearfix">
{{ smiley(opinion.positive and "happy" or "sad") }}
{{ opinion.description }}
<div class="msg">{{ opinion.description }}</div>
<a class="ua" href="#" title="{{ opinion.user_agent }}">(UA)</a>
{% if opinion.url %}
<a class="url" href="{{ opinion.url }}" rel="nofollow">(URL)</a>
Expand Down
3 changes: 3 additions & 0 deletions media/css/reporter.css
Expand Up @@ -765,6 +765,9 @@ input.placeholder {
.opinions li .smiley.happy {
background-position: 0 -66px;
}
.opinions li .msg {
overflow-x: auto;
}
.opinions li a.url,
.opinions li a.ua {
float: right;
Expand Down

0 comments on commit 1d44f07

Please sign in to comment.