fix: центрирование текста в кнопках на страницах decode и details

This commit is contained in:
Vlad 2025-05-02 19:38:42 +03:00
parent 2a24688dce
commit 23b9551fcb
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
placeholder="Enter VIN number"
autofocus required
validate="length_between,17,17">
<button class="g-recaptcha btn btn-primary"
<button class="btn btn-primary g-recaptcha d-flex align-items-center justify-content-center"
type="submit"
data-sitekey="{{capcha_site}}"
id="go_button"

View File

@ -69,7 +69,7 @@
<input id="make_model" class="form-control" name="q"
value="{{vin}}" autocomplete="off" spellcheck="false" type="text"
placeholder="Enter VIN number">
<button class="g-recaptcha btn btn-primary" data-sitekey="{{capcha_site}}"
<button class="g-recaptcha btn btn-primary d-flex align-items-center justify-content-center" data-sitekey="{{capcha_site}}"
id="go_button" data-callback='onSubmit' data-action='submit'>Search</button>
</div>
</form>