Skip to content

Commit 5f390f7

Browse files
Rollup merge of #59026 - GuillaumeGomez:search-tabs-header, r=QuietMisdreavus
Fix moving text in search tabs headers Fixes #59005. Now, the text in the search tabs headers isn't moving anymore. r? @QuietMisdreavus
2 parents f131f04 + 6a4cced commit 5f390f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ pre.rust {
11951195
border-top: 2px solid;
11961196
}
11971197

1198-
#titles > div:not(:last-child):not(.selected) {
1198+
#titles > div:not(:last-child) {
11991199
margin-right: 1px;
12001200
width: calc(33.3% - 1px);
12011201
}

0 commit comments

Comments
 (0)