diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 97df120a..9d8f4d49 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -847,11 +847,12 @@ table.revisions_table tr:hover { | |||
| 847 | .user_table td.user_actions { | 847 | .user_table td.user_actions { |
| 848 | width: 1px; | 848 | width: 1px; |
| 849 | white-space: nowrap; | 849 | white-space: nowrap; |
| 850 | padding-right: 0; | ||
| 850 | } | 851 | } |
| 851 | 852 | ||
| 852 | .user_table .user_action_grid { | 853 | .user_table .user_action_grid { |
| 853 | display: grid; | 854 | display: grid; |
| 854 | grid-template-columns: repeat(2, auto); | 855 | grid-template-columns: repeat(3, auto); |
| 855 | gap: 0.4rem; | 856 | gap: 0.4rem; |
| 856 | justify-content: end; | 857 | justify-content: end; |
| 857 | } | 858 | } |
