From b78cae459e76a4cccda5665e6263d5c3ee90d7e3 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 Mar 2024 17:54:31 +0100 Subject: [PATCH] hadnlign focal point picker display --- resources/css/admin-style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 425a26c..b83d7a8 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -36,3 +36,11 @@ h6 { @apply bg-blue-500 text-white px-4 my-3 mb-6 rounded-md; } } + +.components-focal-point-picker { + display: block !important; +} +.components-focal-point-picker__grid { + width: 100% !important; + height: 100% !important; +}