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
This commit is contained in:
Guillaume Gomez 2019-03-26 22:26:39 +01:00 committed by GitHub
commit 5f390f7a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1195,7 +1195,7 @@ pre.rust {
border-top: 2px solid;
}
#titles > div:not(:last-child):not(.selected) {
#titles > div:not(:last-child) {
margin-right: 1px;
width: calc(33.3% - 1px);
}