Skip to content

Commit

Permalink
Restore This Revision" button in wp-admin revision page can become hi…
Browse files Browse the repository at this point in the history
…dden behind the diff panel in mobile view, particularly if the post author has a longer name.

Ticket No: #58844
  • Loading branch information
ifaisaldev committed Nov 28, 2023
1 parent a21f5a3 commit 3267cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/css/revisions.css
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {

.revisions-controls,
.comparing-two-revisions .revisions-controls {
height: 170px;
height: auto;
}

.revisions-tooltip {
Expand Down

0 comments on commit 3267cab

Please sign in to comment.