Refactored inline styles.
This commit is contained in:
parent
faa359751d
commit
374316944e
7 changed files with 42 additions and 37 deletions
|
|
@ -248,7 +248,7 @@
|
|||
{#if showAdd && canManage}
|
||||
<div class="card" style="margin-bottom:1.5rem">
|
||||
<form onsubmit={addParticipant}>
|
||||
<div class="form-grid" style="display:grid;grid-template-columns:1fr 1fr;gap:1rem">
|
||||
<div class="form-grid">
|
||||
<div class="form-group">
|
||||
<label for="p-name">Preferred Name</label>
|
||||
<input id="p-name" bind:value={newName} placeholder="Preferred name" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue