From eda50de580ebe70cd54ab4ae259669affd94c4ed Mon Sep 17 00:00:00 2001 From: NiclasNorin <103985736+NiclasNorin@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:33:17 +0200 Subject: [PATCH] Fix: xl modifier added (#335) --- source/php/Component/Drawer/Drawer.Test.php | 2 +- source/php/Component/Timeline/timeline.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/php/Component/Drawer/Drawer.Test.php b/source/php/Component/Drawer/Drawer.Test.php index bb71eae5..421b186c 100644 --- a/source/php/Component/Drawer/Drawer.Test.php +++ b/source/php/Component/Drawer/Drawer.Test.php @@ -54,7 +54,7 @@ public function testDefaultScreenSizesShowsOnXsAndSmOnly() { // Arrange $data = []; - $expectedClassNames = 'u-display--none@md u-display--none@lg'; + $expectedClassNames = 'u-display--none@md u-display--none@lg u-display--none@xl'; // Act $component = new Drawer($data); diff --git a/source/php/Component/Timeline/timeline.blade.php b/source/php/Component/Timeline/timeline.blade.php index e317952b..f5cd582a 100644 --- a/source/php/Component/Timeline/timeline.blade.php +++ b/source/php/Component/Timeline/timeline.blade.php @@ -5,7 +5,7 @@ {!! $event['timelineDate'] !!}
-
+
{!! $event['timelineDate'] !!}