[DE] Fix Bug 47375

This commit is contained in:
ShimaginAndrey 2021-09-01 14:20:17 +03:00
parent 4c345666d5
commit a65dfa2408

View file

@ -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}