Fix alignment of Region controls

0559fd7e8b9d981f3cea145734bad21d94ce1f07

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +7 -3Showing whitespace changes
public/index.html+7 -3
@@ -3267,12 +3267,16 @@
32673267 </h4>
32683268
32693269 <!-- Region -->
32703270 <div class="flex-container flexFlowColumn">
32713271 <label for="vertexai_region" data-i18n="Region">Region:</label>
3272- <input id="vertexai_region" name="vertexai_region" class="text_pole flex1" value="us-central1" type="text" autocomplete="off" placeholder="e.g., global, us-central1, europe-west1, asia-northeast1">
3272+ <span data-i18n="Region">
3273+ Region:
3274+ </span>
32733275 <a href="https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations" target="_blank" rel="noopener noreferrer" title="View available regions and models" data-i18n="[title]View available regions and models" class="notes-link">
32743276 <span class="fa-solid fa-circle-question note-link-span"></span>
32753277 </a>
3278+ </label>
3279+ <input id="vertexai_region" name="vertexai_region" class="text_pole flex1" value="us-central1" type="text" autocomplete="off" placeholder="e.g., global, us-central1, europe-west1, asia-northeast1">
32763280 </div>
32773281
32783282 <!-- Service Account JSON Content -->