Clean up of style

This commit is contained in:
2024-04-11 10:40:23 -04:00
parent 2b61b8f4a5
commit 21ee101007

View File

@@ -137,7 +137,7 @@ async function handle_submit_form_lead_update(event) {
z-50 z-50
flex flex
flex-col flex-col
gap-4 gap-2
justify-stretch justify-stretch
max-h-full max-h-full
min-w-full min-w-full
@@ -345,8 +345,6 @@ async function handle_submit_form_lead_update(event) {
<option value={4}>4</option> <option value={4}>4</option>
<option value={5}>5 - Lowest</option> <option value={5}>5 - Lowest</option>
</select> </select>
</Element_ae_crud> </Element_ae_crud>
</div> </div>
@@ -415,7 +413,7 @@ async function handle_submit_form_lead_update(event) {
id="exhibitor_notes" id="exhibitor_notes"
name="exhibitor_notes" name="exhibitor_notes"
cols="70" cols="70"
rows="10" rows="5"
placeholder="Staff notes" placeholder="Staff notes"
class="textarea my-1" class="textarea my-1"
on:change={() => { on:change={() => {
@@ -484,8 +482,8 @@ async function handle_submit_form_lead_update(event) {
Response type not yet configured Response type not yet configured
{/if} {/if}
<!-- Show or hide the description of the question. This is often just the full version of the question because otherwise there is not enough space. --> <!-- Show or hide the description of the question. This is often just the full version of the question because otherwise there is not enough space. -->
{#if ($events_loc.leads.show_content__custom_question_descriptions)} {#if ($events_loc.leads.show_content__custom_question_descriptions && leads_custom_question?.description)}
<span class="text-xs text-slate-500">{leads_custom_question.description}</span> <span class="text-xs text-slate-500">{leads_custom_question?.description ?? ''}</span>
{/if} {/if}
</div> </div>
{/each} {/each}