Skip to content

Commit

Permalink
Fixed incorrect className changes
Browse files Browse the repository at this point in the history
They were placed on the wrong element.
  • Loading branch information
deadbeef404 committed Jan 8, 2016
1 parent 674bf95 commit 351d925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/toolbar/ToolBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ class ToolBar extends React.Component{

return(
<div className="row">
<div className="col-xs-9">
<div className="col-xs-12 col-sm-6 col-md-6 col-lg-8" role="group">
<div className="col-xs-12 col-sm-6 col-md-6 col-lg-8">
<div className="btn-group btn-group-sm" role="group">
{exportCSV}
{insertBtn}
{deleteBtn}
Expand Down

0 comments on commit 351d925

Please sign in to comment.