rustdoc: remove unnecessary .tooltip::after { text-align: center }

This doesn't have an effect, since these tooltip are only one line anyway.
This commit is contained in:
Michael Howell 2022-12-28 08:47:45 -07:00
parent 6a20f7df57
commit 9221e43313
2 changed files with 0 additions and 4 deletions

View file

@ -1109,7 +1109,6 @@ pre.rust .doccomment {
}
.example-wrap .tooltip:hover::after {
text-align: center;
padding: 5px 3px 3px 3px;
border-radius: 6px;
margin-left: 5px;