Skip to content

Commit

Permalink
Remove count from heading - it's in the pagination
Browse files Browse the repository at this point in the history
Fudge the button
  • Loading branch information
ramonjd committed Dec 11, 2023
1 parent d3af478 commit 0a61895
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,7 @@ function ScreenRevisions() {
return (
<>
<ScreenHeader
title={
revisionsCount
? // translators: %s: number of revisions.
sprintf( __( 'Revisions (%s)' ), revisionsCount )
: null
}
title={ __( 'Revisions' ) }
description={ __(
'Click on previously saved styles to preview them. To restore a selected version to the editor, hit "Apply." When you\'re ready, use the Save button to save your changes.'
) }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@

.edit-site-global-styles-screen-revisions__button {
justify-content: center;
width: 100%;
width: 80%;
margin-left: 10%;
margin-bottom: $grid-unit-10;
}

.edit-site-global-styles-screen-revisions__description {
Expand Down

0 comments on commit 0a61895

Please sign in to comment.