Commit 5cd079e4 authored by Phil Hughes's avatar Phil Hughes

Merge branch '59930-todos-scss' into 'master'

Cleans up todos.scss style-lint warnings

Closes #59930

See merge request gitlab-org/gitlab-ce!28076
parents 06b06736 7c57c953
......@@ -110,20 +110,14 @@
}
.todo-body {
.todo-note {
word-wrap: break-word;
.badge.badge-pill,
p {
color: $gl-text-color;
}
.md {
color: $gl-grayish-blue;
font-size: $gl-font-size;
.badge.badge-pill {
color: $gl-text-color;
}
p {
color: $gl-text-color;
}
}
code {
......@@ -150,7 +144,6 @@
margin-bottom: 0;
}
}
}
}
@include media-breakpoint-down(sm) {
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment