8000 [WebProfilerBundle] Fix anchor CSS · symfony/symfony@ee45992 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee45992

Browse files

Original file line numberDiff line numberDiff line change
@@ -259,6 +259,6 @@ protected static function fixCodeMarkup($line)
259259
$line .= '</span>';
260260
}
261261

262-
return $line;
262+
return trim($line);
263263
}
264264
}
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ a.doc:hover {
6868

6969
.anchor {
7070
position: relative;
71-
display: block;
71+
display: inline-block;
7272
top: -7em;
7373
visibility: hidden;
7474
}