diff options
| author | Arun Kumar Mohan <arunmohandm@gmail.com> | 2019-08-12 23:07:21 -0500 |
|---|---|---|
| committer | Arun Kumar Mohan <arunmohandm@gmail.com> | 2019-08-12 23:07:21 -0500 |
| commit | 00cd1bd0ea5102e4047286da4090f8d425986d6a (patch) | |
| tree | 2437f7ccf7379b0977863b99e21ba9c6ff39a1b8 | |
| parent | 6480bd6dc9f2e32bf3651606e836516cad65c2c8 (diff) | |
| download | gitlab-ce-00cd1bd0ea5102e4047286da4090f8d425986d6a.tar.gz | |
Fix typo
| -rw-r--r-- | app/assets/stylesheets/pages/todos.scss | 2 |
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; |
