💄 Fix rounded corners (#1365)

This commit is contained in:
Luke Vella 2024-09-29 11:59:19 +01:00 committed by GitHub
parent 941bd811ba
commit a23880859e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -270,9 +270,9 @@ const DesktopPoll: React.FunctionComponent = () => {
<TableControls />
</CardHeader>
{poll.options[0]?.duration !== 0 && poll.timeZone ? (
<CardHeader>
<div className="border-b bg-gray-50 px-4 py-3">
<TimesShownIn />
</CardHeader>
</div>
) : null}
{participants.length > 0 || mode !== "view" ? (
<div className="relative flex min-h-0 flex-col">