From 99de46583de7a0ff19e6244c5a8812ad474fcc99 Mon Sep 17 00:00:00 2001 From: HazelGrant Date: Mon, 30 Oct 2023 16:06:17 -0400 Subject: [PATCH] Fixes css selector class --- apps/dashboard/app/assets/stylesheets/common.scss | 2 +- .../batch_connect/session_contexts/_path_selector.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/app/assets/stylesheets/common.scss b/apps/dashboard/app/assets/stylesheets/common.scss index 3c0bc275af..211142a287 100644 --- a/apps/dashboard/app/assets/stylesheets/common.scss +++ b/apps/dashboard/app/assets/stylesheets/common.scss @@ -21,7 +21,7 @@ background-color: inherit; } -.5-rem { +.rem-5 { width: 5rem; height: 5rem; } \ No newline at end of file diff --git a/apps/dashboard/app/views/batch_connect/session_contexts/_path_selector.html.erb b/apps/dashboard/app/views/batch_connect/session_contexts/_path_selector.html.erb index cb7bb71517..955af04b78 100644 --- a/apps/dashboard/app/views/batch_connect/session_contexts/_path_selector.html.erb +++ b/apps/dashboard/app/views/batch_connect/session_contexts/_path_selector.html.erb @@ -44,7 +44,7 @@
-
+
Loading...