fix table alignment (due to scrollbar)

This commit is contained in:
Rodrigo Antinarelli 2020-03-23 15:04:31 -03:00 committed by James A. Petts
parent e95a6bd5b0
commit 3e6fa5f03f

View File

@ -6,7 +6,7 @@ const TableHead = ({ children, className, style }) => {
return (
<div
className={classnames(
'bg-custom-navy border-b border-custom-violetPale flex font-bold',
'bg-custom-navy border-b border-custom-violetPale flex font-bold pr-2',
className
)}
style={style}