We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c1ff9 commit f65e5ddCopy full SHA for f65e5dd
packages/block-library/src/site-description/edit.js
@@ -113,6 +113,7 @@ function SiteDescriptionEdit( {
113
[ fontSize.class ]: ! customFontSize && fontSize.class,
114
} ) }
115
isStylable
116
+ multiline={ false }
117
onChange={ setDescription }
118
onKeyDown={ preventNewlines }
119
placeholder={ __( 'Site Description' ) }
0 commit comments