summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-05-07 07:57:31 +0000
committerPhil Hughes <me@iamphill.com>2019-05-07 07:57:31 +0000
commit5cd079e43498982dcef59e32ebf03d6fe6a06286 (patch)
treeba2efb475637a5ed1f094616dc5a0fac1179e697 /app/views/dashboard
parent06b06736eb314bf4144ae50400fbe9d8f8f3cae7 (diff)
parent7c57c953c6691289cc4b94cf251f9e3b2a3a9131 (diff)
downloadgitlab-ce-5cd079e43498982dcef59e32ebf03d6fe6a06286.tar.gz
Merge branch '59930-todos-scss' into 'master'
Cleans up todos.scss style-lint warnings Closes #59930 See merge request gitlab-org/gitlab-ce!28076
Diffstat (limited to 'app/views/dashboard')
-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)