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

This commit is contained in:
Joao Silva 2023-06-23 09:55:20 +09:00 committed by GitHub
parent 69fc4e6bc0
commit 0dac2b7d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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