mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-02 16:09:08 +02:00
💄 Fix rounded corners
This commit is contained in:
parent
941bd811ba
commit
0c7b8e5d32
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue