Make width of profile tab conform to designs
This commit is contained in:
@@ -74,7 +74,7 @@ export function ProfileSettingsTab({ client }: Props) {
|
||||
);
|
||||
|
||||
return (
|
||||
<form onSubmit={onSubmit}>
|
||||
<form onSubmit={onSubmit} className={styles.content}>
|
||||
<FieldRow className={styles.avatarFieldRow}>
|
||||
<AvatarInputField
|
||||
id="avatar"
|
||||
|
||||
Reference in New Issue
Block a user