Skip to content

Commit

Permalink
Fix horizontal scrollbar on empty state in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Jan 21, 2021
1 parent 08e2d0f commit c6be1ba
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,11 @@ body.admin-bar:not( .is-fullscreen-mode ) .page-template-modal-screen-overlay {

.template-selector-preview__empty-state {
position: absolute;
width: 100%;
text-align: center;
height: 50px;
line-height: 50px;
top: 50%;
margin: -25px 0 0;
left: 50%;
transform: translate( -50%, -50% );
}
}
}
Expand Down

0 comments on commit c6be1ba

Please sign in to comment.