Dashboard: App list view updates, token integration, bug fixes.

This commit is contained in:
Nate
2019-12-04 19:08:02 -07:00
parent e95183a14e
commit 1f67a6f8f4
7 changed files with 286 additions and 253 deletions

View File

@@ -2427,6 +2427,13 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
white-space: nowrap;
}
.list-row > .input {
margin: 0;
padding-top: 0;
padding-bottom: 0;
white-space: nowrap;
}
.list-row > .overflow {
max-width: 50px;
overflow: hidden;