Fix alignment of Region controls

0559fd7e8b9d981f3cea145734bad21d94ce1f07

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

1 files changed, +9 -5Ignore whitespace
public/index.html+9 -5
@@ -3267,12 +3267,16 @@
3267 </h4>3267 </h4>
32683268
3269 <!-- Region -->3269 <!-- Region -->
3270 <div class="flex-container">3270 <div class="flex-container flexFlowColumn">
3271 <label for="vertexai_region" data-i18n="Region">Region:</label>3271 <label for="vertexai_region">
3272 <span data-i18n="Region">
3273 Region:
3274 </span>
3275 <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">
3276 <span class="fa-solid fa-circle-question note-link-span"></span>
3277 </a>
3278 </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">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">
3273 <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">
3274 <span class="fa-solid fa-circle-question note-link-span"></span>
3275 </a>
3276 </div>3280 </div>
32773281
3278 <!-- Service Account JSON Content -->3282 <!-- Service Account JSON Content -->