Fix position of ID section in mobile rows actions

This commit fixes the position of the ID section in mobile rows actions
when displaying the list of products in the admin.
This commit is contained in:
Rodrigo Primo 2019-07-31 16:21:19 -03:00
parent d627a4bbb8
commit 972f7a49e2
1 changed files with 4 additions and 0 deletions

View File

@ -2757,6 +2757,10 @@ table.wp-list-table {
color: #999;
}
.row-actions span.id {
padding-top: 8px;
}
td.column-thumb img {
margin: 0;
width: auto;