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:
parent
d627a4bbb8
commit
972f7a49e2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue