fix(render-tags): always preserve small element (#4129)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user