alignment of lists and user menu text
This commit is contained in:
@@ -442,7 +442,7 @@ function BulkImportForm({ userPass, allUserGroups, onCreated }) {
|
||||
{allUserGroups?.length > 0 && (
|
||||
<div>
|
||||
<p style={{ fontWeight:600, marginBottom:4 }}>User Groups available</p>
|
||||
<div style={{ display:'flex', flexDirection:'column', gap:1 }}>
|
||||
<div style={{ display:'flex', flexDirection:'column', gap:1, paddingLeft:16 }}>
|
||||
{allUserGroups.map(g => <span key={g.id} style={{ fontFamily:'monospace', fontSize:11 }}>{g.name}</span>)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user