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:
commit
cb08e0700a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<!-- Checkbox groups MUST be wrapped in a <fieldset> and <legend> tag and must contain tabindex -->
|
<!-- 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' : '']">
|
<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
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
class="form-check-input"
|
class="form-check-input"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue