Commit e52b91a6 by Ari Rizzitano

table should be responsive also

parent 369dc534
......@@ -49,6 +49,7 @@ class Table extends React.Component {
return (
<table className={classNames(
styles.table,
styles['table-responsive'],
...this.props.className.map(className => styles[className]),
)}
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment