summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Kumar Mohan <arunmohandm@gmail.com>2019-08-12 23:07:21 -0500
committerArun Kumar Mohan <arunmohandm@gmail.com>2019-08-12 23:07:21 -0500
commit00cd1bd0ea5102e4047286da4090f8d425986d6a (patch)
tree2437f7ccf7379b0977863b99e21ba9c6ff39a1b8
parent6480bd6dc9f2e32bf3651606e836516cad65c2c8 (diff)
downloadgitlab-ce-00cd1bd0ea5102e4047286da4090f8d425986d6a.tar.gz
Fix typo
-rw-r--r--app/assets/stylesheets/pages/todos.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/todos.scss b/app/assets/stylesheets/pages/todos.scss
index 586365eb1ce..7b64c67ae34 100644
--- a/app/assets/stylesheets/pages/todos.scss
+++ b/app/assets/stylesheets/pages/todos.scss
@@ -4,7 +4,7 @@
*/
.todos-list > .todo {
- // workaround because we cannot use border-colapse
+ // workaround because we cannot use border-collapse
border-top: 1px solid transparent;
display: flex;
flex-direction: row;