File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ class Scope {
2828 this . isStaff = isStaff ;
2929 this . isNdaed = 'nda' in ( mozilliansorgGroups || { } ) ;
3030 this . isLdap = Boolean ( ldapGroups ) ;
31- this . isGroupCreator = 'group_creators' in ( mozilliansorgGroups || { } ) ;
31+ this . isGroupCreator =
32+ 'group_creators' in ( mozilliansorgGroups || { } ) ||
33+ 'group_admins' in ( mozilliansorgGroups || { } ) ;
3234 }
3335}
3436
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ export default {
4949 margin-left : 1em ;
5050 position : relative ;
5151 break-inside : avoid ;
52+ word-break : break-word ;
5253}
5354.icon-block__heading {
5455 font-size : 0.9em ;
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ export default {
3838 display : inline-block ;
3939 vertical-align : top ;
4040 margin : 0 0.5em 0.5em 0 ;
41- white-space : nowrap ;
4241 padding : 1.1em ;
4342 background-color : var (--gray-10 );
4443 border-radius : 2em ;
You can’t perform that action at this time.
0 commit comments