Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Fix auto resize udinputs in tabs
Browse files Browse the repository at this point in the history
Fixing #943
  • Loading branch information
AlonGvili authored Jul 7, 2019
1 parent c5c4ef2 commit 19f7319
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/UniversalDashboard.Materialize/Components/tabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ export default class TabContainer extends React.Component {
var content = this.renderTabContent();

return (
<div className="row">
<div className="col s12">
<Fragment>
<div>
<ul className="tabs" ref={x => this.element = x}>
{headers}
</ul>
</div>
{content}
</div>
</Fragment>

)
}
}
Expand Down

0 comments on commit 19f7319

Please sign in to comment.