From 89ecad9c50b270eebe81ef90d1978466600f0bbb Mon Sep 17 00:00:00 2001 From: Anton Krytskyi Date: Wed, 11 Jun 2025 18:38:14 +0300 Subject: [PATCH] fix content overflow for node page --- admin/templates/nodes/contributors.html | 98 +++++++++++++------------ admin/templates/nodes/node.html | 2 +- 2 files changed, 51 insertions(+), 49 deletions(-) diff --git a/admin/templates/nodes/contributors.html b/admin/templates/nodes/contributors.html index 373f121cb2a..945e0bf7578 100644 --- a/admin/templates/nodes/contributors.html +++ b/admin/templates/nodes/contributors.html @@ -3,58 +3,60 @@ Contributors - - - - - - - - {% if perms.osf.change_node %} - - {% endif %} - - - - {% for user in node.contributors %} +
+
EmailNamePermissionsActions
+ - - - + + + + {% if perms.osf.change_node %} + + {% endif %} + + + + {% for user in node.contributors %} + + + + {% if perms.osf.change_node %} + - {% endif %} - - {% endfor %} - -
- - {{ user }} - - {{ user.fullname }}{% get_permissions user node %}EmailNamePermissionsActions
- Remove - {{ user.fullname }}{% get_permissions user node %} + Remove + - -
+ + {% endif %} + + {% endfor %} + + + \ No newline at end of file diff --git a/admin/templates/nodes/node.html b/admin/templates/nodes/node.html index 33b5731e32c..dba2973116b 100644 --- a/admin/templates/nodes/node.html +++ b/admin/templates/nodes/node.html @@ -27,7 +27,7 @@ -
+

{{ node.type|cut:'osf.'|title }}: {{ node.title }} ({{node.guid}})