From 8ed2565adf648d9c9a5f53f4bbccff8fefd288cc Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 19 Jul 2021 23:07:34 -0500 Subject: [PATCH] Change CSS of full name column --- resources/table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/table.scss b/resources/table.scss index 634a076..d313bfc 100644 --- a/resources/table.scss +++ b/resources/table.scss @@ -90,6 +90,7 @@ } #users-table .fullname-column { + min-width: 6em; text-align: right !important; border-right: none !important; }