mirror of
https://github.com/Radarr/Radarr
synced 2025-12-27 02:34:17 +01:00
Fixed: Don't wrap Health Actions Cell
This commit is contained in:
parent
0431b9561e
commit
d3af103812
2 changed files with 5 additions and 1 deletions
|
|
@ -18,3 +18,7 @@
|
|||
.healthOk {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.actions {
|
||||
min-width: 90px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ class Health extends Component {
|
|||
|
||||
<TableRowCell>{item.message}</TableRowCell>
|
||||
|
||||
<TableRowCell>
|
||||
<TableRowCell className={styles.actions}>
|
||||
<IconButton
|
||||
name={icons.WIKI}
|
||||
to={item.wikiUrl}
|
||||
|
|
|
|||
Loading…
Reference in a new issue