diff --git a/module/personnel/css/whitelist.css b/module/personnel/css/whitelist.css index 4c4d68cd08..fe83c611e1 100644 --- a/module/personnel/css/whitelist.css +++ b/module/personnel/css/whitelist.css @@ -1,3 +1,4 @@ -.c-dept {overflow:hidden; text-overflow: ellipsis; white-space: nowrap;} +.c-dept, .c-role {overflow:hidden; text-overflow: ellipsis; white-space: nowrap;} .c-phone {width: 120px;} .c-email {width: 200px;} +.c-role {width: 105px;} diff --git a/module/personnel/view/whitelist.html.php b/module/personnel/view/whitelist.html.php index 65ec18427c..1ebc7c4bf9 100644 --- a/module/personnel/view/whitelist.html.php +++ b/module/personnel/view/whitelist.html.php @@ -51,7 +51,7 @@