show created/edited dates for menus
This commit is contained in:
@@ -2,7 +2,20 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#menu-list-table th:nth-child(2){
|
||||
#menu-list-table th:nth-child(2),
|
||||
#menu-list-table th:nth-child(3) {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#menu-list-table th:nth-child(6),
|
||||
#menu-list-table td:nth-child(6) {
|
||||
padding: 7px 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#menu-list-table th:nth-child(7),
|
||||
#menu-list-table td:nth-child(7) {
|
||||
padding: 7px 10px 7px 7px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user