Merge pull request #1180 from mlorb/ml-sci-2390

Fix align bullet with a file name [SCI-2390]
This commit is contained in:
mlorb 2018-05-30 17:46:27 +02:00 committed by GitHub
commit 8b79424a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,3 +16,16 @@
}
}
}
#steps {
// hack only for firefox
@-moz-document url-prefix() {
ul > li {
padding-top: 1px;
a > p:first-child {
margin-top: -17px;
}
}
}
}