From 3fa4726ff99604a9ea44456b5dc754af7c93ba38 Mon Sep 17 00:00:00 2001 From: Rob Emery Date: Fri, 18 Aug 2017 18:25:02 +0100 Subject: [PATCH] Pi: CSS selectors need to be namespaced under the IA otherwise they can negatively affect other IAs on the same page (#4436) --- share/goodie/pi/pi.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/goodie/pi/pi.css b/share/goodie/pi/pi.css index e8e16fb45..a8db0b0ba 100644 --- a/share/goodie/pi/pi.css +++ b/share/goodie/pi/pi.css @@ -1,4 +1,4 @@ -h3.c-base__title { +.zci--pi h3.c-base__title { font-size: 1.32em; word-wrap: break-word; }