mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Don't wrap Health Actions Cell
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user