fix(admin-ui): Lint all UI files (#3459)
This commit is contained in:
committed by
GitHub
parent
55febef7f1
commit
ad7d7fcd51
@@ -42,7 +42,7 @@ const UserMenu: React.FC = () => {
|
||||
<DropdownMenu.Content
|
||||
sideOffset={12}
|
||||
side="bottom"
|
||||
className="z-30 ml-large min-w-[200px] rounded-rounded border border-grey-20 bg-grey-0 p-xsmall shadow-dropdown"
|
||||
className="ml-large rounded-rounded border-grey-20 bg-grey-0 p-xsmall shadow-dropdown z-30 min-w-[200px] border"
|
||||
>
|
||||
<DropdownMenu.Item className="mb-1 outline-none">
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user