Skip to content

Commit

Permalink
Merge pull request #787 from coralproject/long-title
Browse files Browse the repository at this point in the history
Fix for long titles in the All Streams Queue
  • Loading branch information
kgardnr authored Jul 22, 2017
2 parents 907e9bf + ee220ca commit db18312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
cursor: pointer;
display: block;
text-decoration: none;
height: 50px;
min-height: 50px;
box-sizing: border-box;
transition: background-color 400ms;

Expand Down

0 comments on commit db18312

Please sign in to comment.