diff --git a/shared/css/static/modal-permissions.scss b/shared/css/static/modal-permissions.scss index 55cb6790..22d27b12 100644 --- a/shared/css/static/modal-permissions.scss +++ b/shared/css/static/modal-permissions.scss @@ -706,6 +706,16 @@ border: none; border-right: 1px solid #1e2025; + + overflow: hidden; + + a { + max-width: 100%; + + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } } } diff --git a/shared/html/templates.html b/shared/html/templates.html index ad696c8f..d6ba0ee4 100644 --- a/shared/html/templates.html +++ b/shared/html/templates.html @@ -2871,11 +2871,11 @@
-
{{tr "Permission Name" /}}
-
{{tr "Value" /}}
-
{{tr "Skip" /}}
-
{{tr "Negate" /}}
-
{{tr "Granted" /}}
+ + + + +