Fixed: UI fixes from Sonarr

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2018-08-26 00:39:04 -04:00
parent 6eafffeb2c
commit b506fd3ab7
20 changed files with 117 additions and 88 deletions

View file

@ -87,10 +87,11 @@ class BackupRow extends Component {
<TableRow key={id}>
<TableRowCell className={styles.type}>
{
<Icon
name={iconClassName}
title={iconTooltip}
/>
<span title={iconTooltip}>
<Icon
name={iconClassName}
/>
</span>
}
</TableRowCell>