From b0b886ac7c3e01f1303af8742fae908802f2b9e3 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 30 Jan 2026 03:33:06 +0000 Subject: [PATCH] Remove source location options, fix collapse style --- rmo/template/mock/nuisance.html | 8 ++++---- scss/custom.scss | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rmo/template/mock/nuisance.html b/rmo/template/mock/nuisance.html index ea3c6ab7..de204855 100644 --- a/rmo/template/mock/nuisance.html +++ b/rmo/template/mock/nuisance.html @@ -195,6 +195,9 @@ document.addEventListener('DOMContentLoaded', function() { .time-label { font-size: 0.9rem; } +select.tall { + height: 160px; +} .severity-item { text-align: center; padding: 10px; @@ -336,15 +339,12 @@ document.addEventListener('DOMContentLoaded', function() {
- - - -
diff --git a/scss/custom.scss b/scss/custom.scss index ff0127db..a38ce76d 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -34,6 +34,7 @@ $info: #D7B26D; @import "./bootstrap/scss/maps"; @import "./bootstrap/scss/mixins"; @import "./bootstrap/scss/root"; +@import "./bootstrap/scss/transitions"; // 6. Optionally include any other parts as needed @import "./bootstrap/scss/utilities";