From df739b9a6fde0cc57854f098b274c2764690ae3e Mon Sep 17 00:00:00 2001
From: Kevin Paxman <kpaxman@uwaterloo.ca>
Date: Thu, 25 Jan 2024 16:03:21 -0500
Subject: [PATCH] ISTWCMS-6739: remove the core stylesheet that was causing
 caption issues

---
 uw_fdsu_theme_resp.info.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/uw_fdsu_theme_resp.info.yml b/uw_fdsu_theme_resp.info.yml
index b69df1e8..fde21eea 100644
--- a/uw_fdsu_theme_resp.info.yml
+++ b/uw_fdsu_theme_resp.info.yml
@@ -43,6 +43,7 @@ stylesheets-remove:
   - 'core/themes/seven/css/classy/components/form.css'
   - 'core/themes/seven/css/components/form.css'
   - 'core/themes/seven/css/components/tables.css'
+  - 'core/modules/filter/css/filter.caption.css'
 #   - '@stable/css/system/components/align.module.css'
 #   - '@stable/css/system/components/fieldgroup.module.css'
 #   - '@stable/css/system/components/container-inline.module.css'
-- 
GitLab