From f78beccb274f66c4631b09f1c08b5b26e514412f Mon Sep 17 00:00:00 2001 From: Peter Kong Date: Sun, 17 Dec 2023 20:08:27 -0700 Subject: [PATCH] add media:all directive to stylesheet tag so print media works --- services/QuillLMS/app/views/application/_head.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/QuillLMS/app/views/application/_head.html.erb b/services/QuillLMS/app/views/application/_head.html.erb index b633b12a407..f0aa89a47ab 100644 --- a/services/QuillLMS/app/views/application/_head.html.erb +++ b/services/QuillLMS/app/views/application/_head.html.erb @@ -60,7 +60,7 @@ <%= vite_stylesheet_tag 'shared.scss' %> <% if !playing_activity? %> - <%= vite_stylesheet_tag 'application.scss' %> + <%= vite_stylesheet_tag 'application.scss', media: 'all' %> <% end %> <% if @style_file %> <%= vite_stylesheet_tag @style_file %>