Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion web/static/js/components/css_modules/user_list.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm... the user list is already overflow-x: auto;, so it is scrollable, but I can see how that isn't apparent on the UI, depending on the user's OS settings for showing scroll gutters.

Does this PR cause largeer user lists to expand on other board layouts like in Idea Submission? The photo in the PR summary only shows the prime directive layout

Expand Down