[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>
</List>
<BlockTitle>{_t.textParagraphStyles}</BlockTitle>
<List>
<List className='link no-active-state'>
{paragraphStyles.map((style, index) => (
<ListItem
key={index}