From 990428fb9fceeedfb537a22bffc6d2ae253cab03 Mon Sep 17 00:00:00 2001 From: Jason Schulz Date: Fri, 19 Apr 2024 16:02:47 -0400 Subject: [PATCH] Adding dark background class to assistant container (#284) Co-authored-by: Jason Schulz --- app/views/assistants/_assistant.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/assistants/_assistant.html.erb b/app/views/assistants/_assistant.html.erb index 061676b7d..a022247fa 100644 --- a/app/views/assistants/_assistant.html.erb +++ b/app/views/assistants/_assistant.html.erb @@ -2,7 +2,7 @@ <% selected = assistant == @assistant %> <% first = assistant_counter == 0 %> -
+
<%# This extra div ^ is needed because of the absolute positioning. It doesn't lay out properly if added to the div below. %>