Change CSS of full name column

This commit is contained in:
cuom1999 2021-07-19 23:07:34 -05:00
parent 2f6cd66be4
commit 8ed2565adf

View file

@ -90,6 +90,7 @@
}
#users-table .fullname-column {
min-width: 6em;
text-align: right !important;
border-right: none !important;
}