Limit user-table column width

This commit is contained in:
cuom1999 2023-11-27 19:23:48 -06:00
parent 09e01d620e
commit 26f26a1722
2 changed files with 3 additions and 5 deletions

View file

@ -1,8 +1,4 @@
<style>
#users-table .username {
min-width: 15em;
}
#users-table td {
height: 2.5em;
}