Skip to content

Commit

Permalink
Themes: Fix unwanted horizontal scrolling in theme details screen on …
Browse files Browse the repository at this point in the history
…mobile.

This changeset fixes an issue where the theme browser created unwanted horizontal scrolling on some mobile devices. The issue occured when viewing theme details on mobile.

Follow-up to [26142].

Props wildworks, abcd95, sainathpoojary, dhruvang21, sabernhardt.
Fixes #62411.




git-svn-id: https://develop.svn.wordpress.org/trunk@59553 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
audrasjb committed Dec 22, 2024
1 parent 322b984 commit 71eaaad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-admin/css/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
.theme-overlay .theme-screenshots {
width: 100%;
float: none;
margin: 0;
}

.theme-overlay .theme-info {
Expand Down

0 comments on commit 71eaaad

Please sign in to comment.