From fdb715ec1714db9fd2fefe9c2dff9b1fe2b4feb9 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 28 Feb 2024 10:55:31 +0100 Subject: [PATCH] Font library: Update the spacing in the font collection panel heading (#59357) Co-authored-by: carolinan Co-authored-by: matiasbenedetto --- .../font-library-modal/font-collection.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/edit-site/src/components/global-styles/font-library-modal/font-collection.js b/packages/edit-site/src/components/global-styles/font-library-modal/font-collection.js index 01f7a90357c8b..318945d89f824 100644 --- a/packages/edit-site/src/components/global-styles/font-library-modal/font-collection.js +++ b/packages/edit-site/src/components/global-styles/font-library-modal/font-collection.js @@ -277,12 +277,14 @@ function FontCollection( { slug } ) { > - - { selectedCollection.name } - + + + { selectedCollection.name } + + { selectedCollection.description } + - { selectedCollection.description }