Skip to content

Commit

Permalink
Port change to 5.6 (elastic#14362)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline authored Oct 6, 2017
1 parent 820fe03 commit f363a8f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@ export class ChangeIndexModal extends React.Component {
const TableComponent = () => (
<table className="kuiTable kuiVerticalRhythm">
<thead>
<th className="kuiTableHeaderCell" width="300">
<th className="kuiTableHeaderCell" style={{ maxWidth: '300px', width: '300px' }}>
ID
</th>
<th className="kuiTableHeaderCell" width="50">
<th className="kuiTableHeaderCell" style={{ maxWidth: '50px', width: '50px' }}>
Count
</th>
<th className="kuiTableHeaderCell">
Sample of affected objects
</th>
<th className="kuiTableHeaderCell" width="200">
<th className="kuiTableHeaderCell" style={{ maxWidth: '200px', width: '200px' }}>
New index pattern
</th>
</thead>
Expand Down

0 comments on commit f363a8f

Please sign in to comment.