1
0
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:
Ryan Cramer
2018-06-01 06:55:50 -04:00
parent 2abc454ce1
commit c0437702ce

View File

@@ -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;
}
/*