1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Fixed: Misaligned table border

Closes #5456
This commit is contained in:
Mark McDowall
2023-03-05 18:58:57 -08:00
parent 622e36de96
commit aa938d911b
5 changed files with 26 additions and 26 deletions
+6 -4
View File
@@ -242,10 +242,12 @@ class HistoryRow extends Component {
key={name}
className={styles.details}
>
<IconButton
name={icons.INFO}
onPress={this.onDetailsPress}
/>
<div className={styles.actionContents}>
<IconButton
name={icons.INFO}
onPress={this.onDetailsPress}
/>
</div>
</TableRowCell>
);
}