Fix Content header CSS for PatternFly 4

This commit is contained in:
Justin Stephenson 2019-08-07 13:06:28 -04:00
parent 228645236a
commit 849fcd2d49
2 changed files with 24 additions and 1 deletions

View file

@ -893,6 +893,8 @@ class View extends React.Component {
<td>
<Datetimepicker value={this.state.date_until} onChange={this.handleDateUntilChange} />
</td>
</tr>
<tr>
<td className="top">
<label className="control-label" htmlFor="search">Search</label>
</td>