Skip to content

Commit

Permalink
Fix content width changing when switching tabs
Browse files Browse the repository at this point in the history
Fix content width changing when switching tabs in Special:Preferences .

Caused by skin.less .

Bug: lakejason0#40
Change-Id: Ic0903bd8bf0eb9ef604f186b51842b901d7025bb
  • Loading branch information
winstonsung committed Apr 15, 2024
1 parent 378056d commit 397902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skin.less
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ main {

#content {
@media screen and ( min-width: @width-breakpoint-tablet ) {
min-width: 70%;
width: 70%;
margin: 10px auto 40px;
}

Expand Down

0 comments on commit 397902f

Please sign in to comment.