mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
14 lines
486 B
CSS
14 lines
486 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; } }
|