Merge pull request #667 from Safelite/feature/richardson/SSR-1180

Fix for ui block and global town image conflicting class
This commit is contained in:
brich1212safe 2024-04-30 15:42:39 -04:00 committed by GitHub
commit 5d53475f90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -804,6 +804,12 @@ export default {
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.container-fluid {
&.fade-on-route-transition {
height: unset;
}
}
.payment p { .payment p {
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
} }