diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-05-03 16:33:24 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-05-03 16:33:24 +0100 |
commit | 7c57c953c6691289cc4b94cf251f9e3b2a3a9131 (patch) | |
tree | 5fd534f39d4061fb49cb00e735cf31d05ea2816d /app/views/dashboard | |
parent | 9f8123d935679582ac4f1487e1dcb559863372cb (diff) | |
download | gitlab-ce-7c57c953c6691289cc4b94cf251f9e3b2a3a9131.tar.gz |
Cleans up todos.scss stylelint warnings59930-todos-scss
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/todos/_todo.html.haml | 2 |
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) |