Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#9899 from leob2g/Bug_874330_CostContro…
Browse files Browse the repository at this point in the history
…l_Widget_in_utility_tray_does_not_ellipsis_a_overflowed_text

Bug 874330 - CostControl Widget in utility tray does not ellipsis a overflow text, r=alive
  • Loading branch information
alivedise committed May 21, 2013
2 parents f2abcfc + 341a540 commit 5b3ab62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/costcontrol/style/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ p.meta {

#fte-view p.meta {
font-size:1.4em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

#fte-view p:not(.meta) {
Expand Down

0 comments on commit 5b3ab62

Please sign in to comment.