stable

Clone or download

Read-only

CSS when ugroup name is too long

Part of story #10062: Users & groups management overhaul If the name of a ugroup is too long then: - It is truncated (ellipsis at the end) in the list of ugroups - It is truncated (ellipsis at the end) in "Users groups bound to this one" - It is forced to word break in delete ugroup modal - It is forced to word break in link/unlink ldap - It is forced to word break in remove binding - It is forced to word break in remove ugroup member - It is forced to word break in group binding » ugroup link Change-Id: If7b904c334b0571216ba2686b44a943297dcf69c

Modified Files

Name
M plugins/ldap/www/themes/BurningParrot/css/_project-admin-ugroups.scss +1 −1 Go to diff View file
M src/templates/project/admin/list-groups.mustache +11 −3 Go to diff View file
M src/templates/project/admin/modal-ugroup-delete.mustache +1 −1 Go to diff View file
M src/templates/project/admin/ugroup-settings-binding.mustache +3 −3 Go to diff View file
M src/www/themes/BurningParrot/css/includes/project-admin/_ugroups.scss +42 −21 Go to diff View file