Skip to content

Commit

Permalink
Add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored and oandregal committed Dec 1, 2023
1 parent 2ae6b76 commit 3c48c68
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/edit-site/src/components/dataviews/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,15 @@
width: 100%;
}

.dataviews-list-view__selection-column label {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}

2 changes: 1 addition & 1 deletion packages/edit-site/src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const removeTemplate =

registry.dispatch( noticesStore ).createSuccessNotice(
sprintf(
/* translators: The template/part's name. */
/* translators: %s: The template or template part's name. */
__( '"%s" deleted.' ),
decodeEntities( templateTitle )
),
Expand Down

0 comments on commit 3c48c68

Please sign in to comment.