Skip to content

Commit

Permalink
Merge pull request #17 from thenextweb/word-count
Browse files Browse the repository at this point in the history
Word count
  • Loading branch information
Laura González authored Jan 17, 2017
2 parents 7ef4ef1 + 8566a6e commit 60161af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indexdotco-js",
"version": "1.4.2",
"version": "1.4.3",
"description": "Javascript plugin for Index.co embeds",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/template/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@
margin: 1em;
font-size: 0.9em;
line-height: 1.4em;
max-height: 8.2em;
text-align: left;
font-weight: 300;
overflow: hidden;
text-overflow: ellipsis;
flex: 1 1 0;
margin-bottom: 0;
}

.idc-card-tagline-text {
Expand Down

0 comments on commit 60161af

Please sign in to comment.