We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763d8b4 commit af18b84Copy full SHA for af18b84
web/src/components/Table/index.js
@@ -164,7 +164,7 @@ const Table = () => {
164
return (
165
<Container className="table">
166
<ReactTooltip />
167
- <ReactTable align="center" striped hover {...getTableProps()}>
+ <ReactTable align="center" responsive striped hover {...getTableProps()}>
168
<thead>
169
{headerGroups.map(headerGroup => (
170
<tr {...headerGroup.getHeaderGroupProps()}>
0 commit comments