diff --git a/web_src/css/user.css b/web_src/css/user.css index caabf1834c..8608cf929d 100644 --- a/web_src/css/user.css +++ b/web_src/css/user.css @@ -108,6 +108,11 @@ border: 1px solid var(--color-secondary); } +.organization.profile #readme_profile { + max-height: 40vh; + overflow: auto; +} + #notification_table { background: var(--color-box-body); border: 1px solid var(--color-secondary);