Fix for ui block and global town image conflicting class

This commit is contained in:
Bill Richardson 2024-04-30 14:03:34 -04:00
parent 9eea6c18e8
commit cc25e3e981

View file

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