frontend: updating width of components

This commit is contained in:
Mose Müller
2023-08-02 12:06:20 +02:00
parent a5eb9d40a2
commit e2ed88fc82
3 changed files with 6 additions and 14 deletions

View File

@@ -210,7 +210,7 @@ export const NumberComponent = React.memo((props: ButtonComponentProps) => {
<p>Render count: {renderCount.current}</p>
<DocStringComponent docString={docString} />
<div className="row">
<div className="col-2 d-flex">
<div className="col-5 d-flex">
<InputGroup>
<InputGroup.Text>{name}</InputGroup.Text>
<Form.Control