Minor but annoying style fixes. Still more TipTap textareas to fix with w-full. Should that be the default?

This commit is contained in:
Scott Idem
2024-12-23 18:12:55 -05:00
parent 5977df38a7
commit 47394d67ca

View File

@@ -777,7 +777,7 @@ async function handle_delete_event_obj(
</fieldset>
<label for="location_text" class="">Additional information the meeting location
<label for="location_text" class="w-full">Additional information the meeting location
<!-- <textarea class="ae_value event__location_text tinymce_editor editor_less_100 textarea" id="location_text" name="location_text" placeholder="Additional information about the meeting location" rows="2" cols="70" bind:value={$idaa_slct.event_obj.location_text}></textarea> -->
<Tiptap_editor
default_minimal={true}
@@ -826,7 +826,7 @@ async function handle_delete_event_obj(
</fieldset>
<label for="attend_text" class="">Additional information on how to attend
<label for="attend_text" class="w-full">Additional information on how to attend
<!-- <textarea class="ae_value event__attend_text tinymce_editor editor_less_100 textarea" id="attend_text" name="attend_text" placeholder="Additional information on how to attend or join the meeting" rows="2" cols="70" value={$lq__event_obj?.attend_text ?? ''}></textarea> -->
<Tiptap_editor
default_minimal={true}
@@ -966,7 +966,7 @@ async function handle_delete_event_obj(
{#if ( $ae_loc.administrator_access || $lq__event_obj && ($idaa_slct.event_obj?.show_recurring_text || ($lq__event_obj?.recurring_text && !$lq__event_obj?.recurring_text.includes('*gen*'))) )}
<p>Please only use the text box for additional information if the options above do not cover your needs. This may affect how this meeting shows up in search results.</p>
<label for="recurring_text">Additional information on when and how often
<label for="recurring_text" class="w-full">Additional information on when and how often
<!-- <textarea class="ae_value event__recurring_text tinymce_editor editor_less_100 textarea" id="recurring_text" name="recurring_text" placeholder="Additional information on when and how often" value={$lq__event_obj?.recurring_text ?? ''}></textarea> -->
<Tiptap_editor
default_minimal={true}