mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
1f70835b3f
- reviewed #1479;
16 lines
485 B
CSS
16 lines
485 B
CSS
.um-admin.post-type-um_directory .wp-list-table.posts .manage-column.column-id {
|
|
width: 60px;
|
|
}
|
|
.um-admin.post-type-um_directory .wp-list-table.posts .manage-column.column-shortcode {
|
|
width: 35%;
|
|
}
|
|
.um-admin.post-type-um_directory .wp-list-table.posts .column-is_default {
|
|
width: 120px;
|
|
text-align: center !important;
|
|
}
|
|
|
|
@media screen and (max-width: 782px) {
|
|
.um-admin.post-type-um_directory .wp-list-table.posts td.column-is_default {
|
|
text-align: left !important;
|
|
}
|
|
} |