Cap height and scroll list

This commit is contained in:
Jason Zimdars
2025-06-05 08:45:11 -05:00
parent 711bf829dd
commit 7976895f96
+2 -1
View File
@@ -1,7 +1,8 @@
<div class="panel shadow center flex flex-column">
<strong class="divider txt-large margin-block-end">People on the account</strong>
<%= render "accounts/invite" %>
<div class="flex flex-column gap margin-block-start">
<div class="users-list flex flex-column gap margin-block-start">
<%= render partial: "accounts/user", collection: users %>
</div>
</div>