Skip to content

Commit

Permalink
improve display of long URLs in previously published content
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Oct 8, 2015
1 parent 4ce02d3 commit 06c0442
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -156,6 +156,7 @@
.progressPanel
{
margin-top: 15px;
width: 250px;
}

.appDetailsPanel
Expand All @@ -164,6 +165,10 @@
background-color: white;
padding: 5px;
margin: 0px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 238px;
}

.descriptionPanel
Expand Down

0 comments on commit 06c0442

Please sign in to comment.