Skip to content

Commit

Permalink
ellipsis in task title, close #398
Browse files Browse the repository at this point in the history
  • Loading branch information
angrykoala committed Jan 22, 2021
1 parent 6d969b0 commit 5907093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===================

* Fix problem with collapsible settings and task form
* Adds ellipsis to task title if window is too narrow
* Support for opening GitHub link in about modal

0.10.0 / 2021-01-16
Expand Down
4 changes: 4 additions & 0 deletions src/app/components/task/task_card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ module.exports = {
.task-title {
font-size: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
&.with-drag-handler {
padding-left: 0;
}
Expand Down

0 comments on commit 5907093

Please sign in to comment.