change(ui) - tooltip replacement
This commit is contained in:
parent
04d74f8e95
commit
815c1c35a8
3 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ function Autoplay(props) {
|
|||
className="cursor-pointer flex items-center mr-2 hover:bg-gray-light-shade rounded-md p-2"
|
||||
>
|
||||
<Toggler name="sessionsLive" onChange={props.toggleAutoplay} checked={autoplay} />
|
||||
<span className="ml-2">Auto-Play</span>
|
||||
<span className="ml-2 whitespace-nowrap">Auto-Play</span>
|
||||
</div>
|
||||
|
||||
<Tooltip
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import React from 'react';
|
||||
import { Icon, Tooltip } from 'UI';
|
||||
import { Icon, Tooltip, Button } from 'UI';
|
||||
import Autoplay from './Autoplay';
|
||||
import Bookmark from 'Shared/Bookmark';
|
||||
import SharePopup from '../shared/SharePopup/SharePopup';
|
||||
|
|
|
|||
|
|
@ -131,8 +131,8 @@ function SessionItem(props: RouteComponentProps & Props) {
|
|||
)}
|
||||
<div style={{ width: compact ? '40%' : '20%' }} className="px-2 flex flex-col justify-between">
|
||||
<div>
|
||||
{/* @ts-ignore */}
|
||||
<Tooltip
|
||||
delay={0}
|
||||
title={`${formatTimeOrDate(startedAt, timezone, true)} ${timezone.label}`}
|
||||
className="w-fit !block"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue