Skip to content

Commit 6a4cced

Browse files
Fix moving text in search tabs headers
1 parent 88f755f commit 6a4cced

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)