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