Skip to content

Commit abab3ea

Browse files
authored
fix layout shifts after selecting custom Blueprint (#2425)
1 parent 0361fa1 commit abab3ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/modules/add-site/components/blueprints.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export function AddSiteBlueprintSelector( {
323323
/>
324324
) }
325325

326-
<HStack alignment="edge" className="w-full mb-5 ">
326+
<HStack alignment="edge" className="w-full mb-5 h-7">
327327
<HStack alignment="left" className="flex-1">
328328
<Text className="text-[16px]" weight={ 500 }>
329329
{ __( 'Featured Blueprints' ) }

0 commit comments

Comments
 (0)