1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

Fixed: Don't wrap Health Actions Cell

This commit is contained in:
Qstick 2020-03-29 09:28:31 -04:00
parent 0431b9561e
commit d3af103812
2 changed files with 5 additions and 1 deletions

View File

@ -18,3 +18,7 @@
.healthOk {
margin-bottom: 25px;
}
.actions {
min-width: 90px;
}

View File

@ -180,7 +180,7 @@ class Health extends Component {
<TableRowCell>{item.message}</TableRowCell>
<TableRowCell>
<TableRowCell className={styles.actions}>
<IconButton
name={icons.WIKI}
to={item.wikiUrl}