Fixed: Don't wrap Health Actions Cell

pull/4259/head
Qstick 5 years ago
parent 0431b9561e
commit d3af103812

@ -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…
Cancel
Save