mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PermissionList: Fix sizing of permission column so they are all aligned (#70420)
This commit is contained in:
parent
69fc4e6bc0
commit
0dac2b7d08
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user