diff --git a/web/static/js/components/css_modules/user_list.css b/web/static/js/components/css_modules/user_list.css index b70ed235a..91be5d326 100644 --- a/web/static/js/components/css_modules/user_list.css +++ b/web/static/js/components/css_modules/user_list.css @@ -20,7 +20,8 @@ :global(.basic.segment).index { :global(.wrap) { max-width: 75rem; - max-height: 24rem; + max-height: 12rem; + min-height: 8rem; display: inline-block; white-space: initial; overflow-x: auto;