Adjusted login box for assessor

This commit is contained in:
Patrick Alvin Alcala 2025-11-13 11:49:53 +08:00
parent 6ce4e73438
commit bc83099819

View file

@ -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>