mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +02:00
Fix issue processwire/processwire-issues#610 where .sort-date spans were showing in MarkupAdminDataTable columns at mobile width
This commit is contained in:
@@ -56,8 +56,8 @@ table.AdminDataList caption {
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
table.AdminDataList td > .sort-date {
|
||||
display: none;
|
||||
table.AdminDataList td .sort-date {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user