summaryrefslogtreecommitdiff
path: root/app/views/dashboard/todos
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-05-03 16:33:24 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-05-03 16:33:24 +0100
commit7c57c953c6691289cc4b94cf251f9e3b2a3a9131 (patch)
tree5fd534f39d4061fb49cb00e735cf31d05ea2816d /app/views/dashboard/todos
parent9f8123d935679582ac4f1487e1dcb559863372cb (diff)
downloadgitlab-ce-7c57c953c6691289cc4b94cf251f9e3b2a3a9131.tar.gz
Cleans up todos.scss stylelint warnings59930-todos-scss
Diffstat (limited to 'app/views/dashboard/todos')
-rw-r--r--app/views/dashboard/todos/_todo.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/todos/_todo.html.haml b/app/views/dashboard/todos/_todo.html.haml
index efe1fb99efc..db6e40a6fd0 100644
--- a/app/views/dashboard/todos/_todo.html.haml
+++ b/app/views/dashboard/todos/_todo.html.haml
@@ -34,7 +34,7 @@
= todo_due_date(todo)
.todo-body
- .todo-note
+ .todo-note.break-word
.md
= first_line_in_markdown(todo, :body, 150, project: todo.project)