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

View File

@@ -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>