rustdoc: remove unnecessary CSS .search-results { clear: both }
Since the tabs use flexbox instead of float as of 44d9b8d07014d976c88f541dbe0af37e64e37bdd, clearing does nothing.
This commit is contained in:
parent
2afca78a0b
commit
5e6480494a
@ -880,8 +880,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
|
|||||||
|
|
||||||
.search-results.active {
|
.search-results.active {
|
||||||
display: block;
|
display: block;
|
||||||
/* prevent overhanging tabs from moving the first result */
|
|
||||||
clear: both;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-results .desc > span {
|
.search-results .desc > span {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user