From 1ee67c259e9dbb1e0beb4efc9191709fedb138ef Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 22 Sep 2023 10:49:38 -0400 Subject: [PATCH] Format code. Remove errant class. --- src/layouts/estimate/estimate.vue | 2 +- src/styles/common-styles.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 0715efbc2..648c44173 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -9,7 +9,7 @@
- +
diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index 0b16b1eac..7c48414a4 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -10,7 +10,7 @@ body { .prevent-squish { overflow-x: unset; } - &.page-container-grouped-styles{ + &.page-container-grouped-styles { height: 100vh; display: flex; flex-direction: column;