Skip to content

Commit af18b84

Browse files
Sean PrashadSean Prashad
authored andcommitted
Add responsiveness to Table component
1 parent 763d8b4 commit af18b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Table/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const Table = () => {
164164
return (
165165
<Container className="table">
166166
<ReactTooltip />
167-
<ReactTable align="center" striped hover {...getTableProps()}>
167+
<ReactTable align="center" responsive striped hover {...getTableProps()}>
168168
<thead>
169169
{headerGroups.map(headerGroup => (
170170
<tr {...headerGroup.getHeaderGroupProps()}>

0 commit comments

Comments
 (0)