Skip to content

Commit

Permalink
Config item grid scrolls properly
Browse files Browse the repository at this point in the history
Updated so that the config item grid scrolls (vs having 2 fixed
columns).  This makes it easier for small browser windows / mobile users
to scroll and edit items.
  • Loading branch information
danesparza committed Jul 7, 2016
1 parent ef8b816 commit e92feb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/components/ConfigItemsGrid.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class ConfigItemsGrid extends Component {
{dataList[props.rowIndex].application}
</Cell>
)}
fixed={true}
width={175}
/>
<Column
Expand All @@ -50,7 +49,6 @@ class ConfigItemsGrid extends Component {
{dataList[props.rowIndex].name}
</Cell>
)}
fixed={true}
width={175}
/>
<Column
Expand Down

0 comments on commit e92feb4

Please sign in to comment.