mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Merge pull request #1180 from mlorb/ml-sci-2390
Fix align bullet with a file name [SCI-2390]
This commit is contained in:
commit
8b79424a13
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue