Merge pull request #50 from Safelite/feature/digital/SSR-133

Styling fixes- button-question padding and vehicle-damage scrolling
This commit is contained in:
Kulbhushan Kaushik 2022-11-21 13:00:58 -05:00 committed by GitHub
commit 03f86e22ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,7 @@ export default {
computed: {
getFieldSetClasses() {
if (this.isOverflowScrollable) {
return "container-fluid overflow-scroll position-absolute px-5 pb-2";
return "container-fluid overflow-scroll position-absolute px-5 pt-1 py-0";
}
else if (this.buttonType == "listCard") {
return "w-100";
@ -244,7 +244,7 @@ export default {
}
.question-text {
margin-top: 1.5rem;
margin-bottom: 1rem;
margin-bottom: 0.75rem;
font-size: 1rem;
line-height: 1.625rem;

View file

@ -1,6 +1,6 @@
<template>
<Form @submit="onSubmit" @invalid-submit="onInvalidSubmit" ref="theForm" v-slot="{ meta }">
<div class="page-container-grouped-styles">
<div class="page-container-grouped-styles overflow-auto">
<siteHeader cmsWidgetName="SiteHeaderWidget" />
<vehicleBanner
cmsWidgetName="VehicleBannerWidget"