PermissionList: Fix sizing of permission column so they are all aligned (#70420)

pull/70565/head
Joao Silva 3 years ago committed by GitHub
parent 69fc4e6bc0
commit 0dac2b7d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/core/components/AccessControl/PermissionList.tsx

@ -42,7 +42,7 @@ export const PermissionList = ({ title, items, compareKey, permissionLevels, can
<th style={{ width: '1%' }} />
<th>{title}</th>
<th style={{ width: '1%' }} />
<th>Permission</th>
<th style={{ width: '40%' }}>Permission</th>
<th style={{ width: '1%' }} />
<th style={{ width: '1%' }} />
</tr>

Loading…
Cancel
Save