Adjusted login box for assessor
This commit is contained in:
parent
6ce4e73438
commit
bc83099819
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export default () => {
|
|||
</Padding>
|
||||
<h4>Name</h4>
|
||||
<Show when={role() !== 'Approver'}>
|
||||
<Combobox options={assessors} placeholder="Select your name" value={name()} onChange={setName} />
|
||||
<Combobox options={assessors} placeholder="Select your name" value={name()} onChange={setName} width="25.75rem" />
|
||||
</Show>
|
||||
<Show when={role() === 'Approver'}>
|
||||
<span class="approver-name">{APPROVERNAME}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue