From b5e04bc76029d8b71c13bb2640ef1d724a0fb1ea Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Mon, 5 May 2025 10:53:17 -0600 Subject: [PATCH] Convert html selectors to CSS .html selectors --- less/devtoolsMap.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/devtoolsMap.less b/less/devtoolsMap.less index ba9fdf2..e9405dc 100644 --- a/less/devtoolsMap.less +++ b/less/devtoolsMap.less @@ -10,7 +10,7 @@ font-weight: @font-weight-bold; } -html.has-devtools-map { +.html.has-devtools-map { body { .l-container-responsive(@max-width); overflow-x: hidden;