Skip to content

Commit cff7be9

Browse files
t-hamanoyouknowriadSirLouen
authored
Font Library: fix help text position in Upload tab (#74157)
Co-authored-by: t-hamano <[email protected]> Co-authored-by: youknowriad <[email protected]> Co-authored-by: SirLouen <[email protected]>
1 parent 37012a7 commit cff7be9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/global-styles-ui/src/font-library/upload-fonts.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*/
44
import { __ } from '@wordpress/i18n';
55
import {
6-
__experimentalSpacer as Spacer,
76
__experimentalText as Text,
87
__experimentalVStack as VStack,
98
Button,
@@ -212,7 +211,7 @@ function UploadFonts() {
212211
return (
213212
<div className="font-library__tabpanel-layout">
214213
<DropZone onFilesDrop={ handleDropZone } />
215-
<VStack className="font-library__local-fonts">
214+
<VStack className="font-library__local-fonts" justify="start">
216215
{ notice && (
217216
<Notice
218217
status={ notice.type }
@@ -254,7 +253,6 @@ function UploadFonts() {
254253
) }
255254
/>
256255
) }
257-
<Spacer margin={ 2 } />
258256
<Text className="font-library__upload-area__text">
259257
{ __(
260258
'Uploaded fonts appear in your library and can be used in your theme. Supported formats: .ttf, .otf, .woff, and .woff2.'

0 commit comments

Comments
 (0)