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:
parent
5b4d157ad0
commit
6aa7b53b56
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
max-width: 38em;
|
||||
}
|
||||
|
||||
.mw-search-results-info {
|
||||
.mw-search-results-info,
|
||||
.mw-search-profile-tabs {
|
||||
width: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue