Skip to content

Commit

Permalink
Fixed an issue with long URLs showing full length in the bookmark list.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdevroe committed Mar 21, 2019
1 parent c8a26e8 commit 4d3ae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/partials/_stream.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
.mark-link a {
text-decoration: none;
color: darken($color_light, 15%);
display: inline;
display: inline-block;
vertical-align: bottom;
@include unmark-truncate(65%);
}
Expand Down

0 comments on commit 4d3ae0a

Please sign in to comment.