Merge pull request #438 from Safelite/feature/CSR-297-V2

ui defect
This commit is contained in:
DonielleAtSafelite 2022-05-12 15:15:07 -04:00 committed by GitHub
commit 5bead2f3ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<template>
<div
class="list-group list-button-horizontal d-flex flex-column w-100 mb-2"
class="list-group list-button-horizontal d-flex flex-column w-100"
:class="[(errors.length > 0 || hasError) ? 'has-error' : '']"
@keyup.space="triggerButton()"
@keyup.up="handleKeyupArrow()"