Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
vote-558: added logic to made dropdown bigger for NV
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Dec 12, 2023
1 parent 1d0b8ba commit e20df77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ <h1 class="main-heading" data-test="main-header">{{ $translation.homepage.header

<form id="state-combo-box">
<label for="state-input">{{ $translation.homepage.state_selection__heading }}</label>
<div class="input-buttons-group" data-test="state-selection">
<!-- Setting drop down box for Navajo to be large enough to fit full text string -->
<div class="input-buttons-group" data-test="state-selection" {{ if eq .Site.Language.Lang "nv"}} style="max-width: 525px;" {{ end }}>
<input type="text" class="state-input" id="state-input" autocomplete="off" placeholder="{{ $translation.homepage.state_selection__placeholder }}">
<div class="input-control-container">
<button id="state-dropdown-btn" tabindex="-1" class="dropdown-btn" type="button" aria-hidden="true" data-test="dropdown-btn"></button>
Expand Down

0 comments on commit e20df77

Please sign in to comment.