Skip to content

Commit 2c2197e

Browse files
committed
update
1 parent 3d74398 commit 2c2197e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StyleWrapper/StyleWrapperView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const StyleWrapperView = (props) => {
162162
small: size === 's',
163163
'drop-cap': isDropCap,
164164
[`has--fontSize--${inlineStyles['fontSize']}`]:
165-
!!inlineStyles['fontSize'],
165+
!!inlineStyles['fontSize'] && mode === 'edit',
166166
},
167167
),
168168
id: customId,

0 commit comments

Comments
 (0)