Skip to content

Commit 33b2df4

Browse files
committed
small Meta Text UI adjustment
1 parent 5dfc107 commit 33b2df4

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

src/default_panels/StyleLayoutPanel.js

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,20 @@ const StyleLayoutPanel = (props, {localize: _}) => (
174174
{_(
175175
'You can refer to the items in this column in any text fields of the editor like so: '
176176
)}
177-
<span
178-
style={{
179-
lineHeight: '20px',
180-
backgroundColor: '#eadef7',
181-
borderRadius: '2px',
182-
fontStyle: 'italic',
183-
}}
184-
>
185-
{'%{meta[0]}'}
186-
</span>
187-
{' .'}
177+
<div>
178+
<span
179+
style={{
180+
lineHeight: '20px',
181+
backgroundColor: '#eadef7',
182+
borderRadius: '2px',
183+
fontStyle: 'italic',
184+
letterSpacing: '1px',
185+
}}
186+
>
187+
{'%{meta[0]}'}
188+
</span>
189+
{' .'}
190+
</div>
188191
</p>
189192
{_('Note: item count starts at 0.')}
190193
</Info>

0 commit comments

Comments
 (0)