Skip to content
Snippets Groups Projects
Commit a52d5bc8 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

OSB-29: removed auto attribute

parent cdddda3b
No related branches found
No related tags found
2 merge requests!89Monitoring maintenance Epic branch merge,!1Resolve OSB-13 "Monitoringmaintenance "
......@@ -33,7 +33,7 @@ class ToolBarC extends Component {
render() {
return (
<Nav className="ml-auto" auto>
<Nav className="ml-auto">
<NavItem>
<select className="form-control custom-select custom-select-sm" id="selected-group" value={this.props.test_type} onChange={(e) => this.setTestType(e)} style={{
width: 'auto'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment