Reduce the max width for the basic namespace filter on Special:Search

- [x] Reduce Namespace width on all skins
- [x] Make sure vector legacy is unaffected

Bug: T319392
Change-Id: I6725e04479129a90fe956f389e35f2a3dfe25b6a
This commit is contained in:
Simone Cuomo 2022-10-06 11:31:38 +01:00
parent 5b4d157ad0
commit 6aa7b53b56
2 changed files with 4 additions and 2 deletions

View file

@ -36,7 +36,8 @@
@media only screen and ( min-width: 720px ) {
.mw-search-results-info,
.mw-search-results-container {
.mw-search-results-container,
.mw-search-profile-tabs {
width: 50em;
}
}

View file

@ -2,6 +2,7 @@
max-width: 38em;
}
.mw-search-results-info {
.mw-search-results-info,
.mw-search-profile-tabs {
width: auto;
}