Skip to content

Commit

Permalink
Issue #545 #534 - removed text overflow ellipsis on small device
Browse files Browse the repository at this point in the history
  • Loading branch information
magsout committed Mar 8, 2015
1 parent 1abd8ec commit 72d07fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webcompat/static/css/development/components/issue-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
}
.IssueItem-content {}
.IssueItem-header {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom:0.5em;
}
.IssueItem-metadata {
Expand Down

1 comment on commit 72d07fa

@karlcow
Copy link
Member

@karlcow karlcow commented on 72d07fa Mar 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hehe simple.

Please sign in to comment.