Merge branch 'chore/fix-typo' into 'master'

Fix typo

See merge request gitlab-org/gitlab-ce!31750
This commit is contained in:
Ray Paik 2019-08-13 05:10:17 +00:00
commit e8befb6498
1 changed files with 1 additions and 1 deletions

View File

@ -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;