diff --git a/src/client/web/src/components/pane_admin.tsx b/src/client/web/src/components/pane_admin.tsx index 45664e5..3fffb27 100644 --- a/src/client/web/src/components/pane_admin.tsx +++ b/src/client/web/src/components/pane_admin.tsx @@ -140,10 +140,10 @@ export class UserForm extends React.Component< style={{ flexDirection: "column", }} + className="bold item-name" > -
- Name: {this.props.name} / ID: {this.props.id} -
+
ID: {this.props.id}
+
Name: {this.props.name}