Merge pull request #353 from Safelite/SSR-532-change-to-inline-flex

Change radio label to inline-flex to prevent 100% width.
This commit is contained in:
bmauger 2023-06-27 12:34:30 -04:00 committed by GitHub
commit cb08e0700a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<template>
<!-- Checkbox groups MUST be wrapped in a <fieldset> and <legend> tag and must contain tabindex -->
<div class="ui-radio form-check" :class="[(errors.length > 0 || hasError) ? 'has-error' : '']">
<label class="d-flex align-items-start form-check-label" :for="buttonID">
<label class="d-inline-flex align-items-start form-check-label" :for="buttonID">
<input
type="radio"
class="form-check-input"