[WebProfilerBundle] Fix anchor CSS

This commit is contained in:
Roland Franssen 2018-02-19 13:09:45 +01:00 committed by Nicolas Grekas
parent fcca141059
commit ee4599284f
2 changed files with 2 additions and 2 deletions

View File

@ -259,6 +259,6 @@ class CodeExtension extends AbstractExtension
$line .= '</span>';
}
return $line;
return trim($line);
}
}

View File

@ -68,7 +68,7 @@ a.doc:hover {
.anchor {
position: relative;
display: block;
display: inline-block;
top: -7em;
visibility: hidden;
}