From 16ec3c515ed7f23fa009bdec513bb04b1fd74fbc Mon Sep 17 00:00:00 2001 From: James Collins Date: Wed, 3 May 2023 20:23:13 +1000 Subject: [PATCH] added align-items-stretch --- resources/css/utils.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/utils.scss b/resources/css/utils.scss index e508ab9..56f6582 100644 --- a/resources/css/utils.scss +++ b/resources/css/utils.scss @@ -95,6 +95,10 @@ align-items: center !important; } +.align-items-stretch { + align-items: stretch !important; +} + /* Flex Justify */ .justify-content-center { justify-content: center;