rustdoc: remove unnecessary CSS .search-results { clear: both }
Since the tabs use flexbox instead of float as of
44d9b8d070, clearing does nothing.
This commit is contained in:
parent
2afca78a0b
commit
5e6480494a
1 changed files with 0 additions and 2 deletions
|
|
@ -880,8 +880,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
|
|||
|
||||
.search-results.active {
|
||||
display: block;
|
||||
/* prevent overhanging tabs from moving the first result */
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.search-results .desc > span {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue