fix(render-tags): always preserve small element (#4129)

This commit is contained in:
Helder Sepulveda
2018-01-23 19:58:21 -05:00
committed by kyle
parent 179699277d
commit 2ab6fcc49b

View File

@@ -86,7 +86,7 @@ export default class Operations extends React.Component {
isShown={showTag} isShown={showTag}
path={tag} path={tag}
text={tag} /> text={tag} />
{ !tagDescription ? null : { !tagDescription ? <small></small> :
<small> <small>
<Markdown source={tagDescription} /> <Markdown source={tagDescription} />
</small> </small>