Fix feed not centered

This commit is contained in:
jahooma 2022-01-17 17:51:41 -06:00
parent 4d975ff512
commit b86720e943

View File

@ -14,7 +14,7 @@ export function DateTimeTooltip(props: {
const { time } = props
return (
<span
className="tooltip cursor-default"
className="tooltip cursor-default overflow-hidden"
data-tip={dayjs(time).format('MMM DD, YYYY hh:mm a z')}
>
{props.children}