Skip to content

Commit

Permalink
Revert "Fix content width changing when switching tabs"
Browse files Browse the repository at this point in the history
This reverts Change-Id Ic0903bd8bf0eb9ef604f186b51842b901d7025bb

Change-Id: I43a137bc08a4fb1fdcb6927c289fd57b2da0dbaa
  • Loading branch information
winstonsung committed Apr 15, 2024
1 parent 8a238bd commit 693b8f7
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 ) {
width: 70%;
min-width: 70%;
margin: 10px auto 40px;
}

Expand Down

0 comments on commit 693b8f7

Please sign in to comment.