Skip to content

Commit

Permalink
Fix vtabs + grid horizontal overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzwood committed Feb 8, 2023
1 parent c553c47 commit 1413fd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ MODx.panel.UserGroup = function(config) {
,itemId: 'user-group-context-access'
,hideMode: 'offsets'
,layout: 'form'
,autoWidth: false
,items: [{
html: '<p>'+_('user_group_context_access_msg')+'</p>'
,xtype: 'modx-description'
Expand Down

0 comments on commit 1413fd7

Please sign in to comment.