Merge pull request #5007 from CatoTH/styling-bugfix-motion-annotations

Fix location of change recommendation annotations
This commit is contained in:
Emanuel Schütze 2019-09-12 11:36:44 +02:00 committed by GitHub
commit 5651862813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.change-recommendation-list {
position: absolute;
top: 0;
left: -25px;
left: -10px;
width: 4px;
list-style-type: none;
padding: 0;