Added a spacer between the mod values

This commit is contained in:
ExitCode
2018-04-22 05:34:25 +02:00
parent 1d36d41da1
commit 659f337de9

View File

@@ -290,6 +290,7 @@ export default class ModificationsMenu extends TranslatedComponent {
</tr> : null }
</tbody>
</table> : null }
{ showMods ? <hr /> : null }
{ showMods ?
<span onMouseOver={termtip.bind(null, 'HELP_MODIFICATIONS_MENU')} onMouseOut={tooltip.bind(null, null)} >
{ this._renderModifications(this.props) }