[DE] Fix Bug 47375
This commit is contained in:
parent
4c345666d5
commit
a65dfa2408
|
@ -222,7 +222,7 @@ const EditParagraph = props => {
|
||||||
}}></ListItem>
|
}}></ListItem>
|
||||||
</List>
|
</List>
|
||||||
<BlockTitle>{_t.textParagraphStyles}</BlockTitle>
|
<BlockTitle>{_t.textParagraphStyles}</BlockTitle>
|
||||||
<List>
|
<List className='link no-active-state'>
|
||||||
{paragraphStyles.map((style, index) => (
|
{paragraphStyles.map((style, index) => (
|
||||||
<ListItem
|
<ListItem
|
||||||
key={index}
|
key={index}
|
||||||
|
|
Loading…
Reference in a new issue