Skip to content

Commit

Permalink
Ultimo cambio
Browse files Browse the repository at this point in the history
  • Loading branch information
zirtrex committed Feb 8, 2018
1 parent f7830ee commit 219d64b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
}

.uk-card-body .title{
word-break: break-all;
/*word-break: break-all;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 10px 20px;
}

Expand Down

0 comments on commit 219d64b

Please sign in to comment.