CASH-1502: prevent prettier from making this long selector harder to read

This commit is contained in:
AdamCaouetteSafelite 2025-09-24 09:59:50 -04:00
parent 1b2558aef7
commit 28b2388e0e

View file

@ -902,9 +902,8 @@ export default {
<style lang="scss" scoped>
// Unique to quote page for 2.0/Heritage parity
.prevent-modal-scroll.modal-open
.container.quote.initial-popup-open
.row:not(.save-progress-popup) {
// prettier-ignore
.prevent-modal-scroll.modal-open .container.quote.initial-popup-open .row:not(.save-progress-popup) {
display: none;
}
.quote {