wip: desktop work
This commit is contained in:
parent
477b6c584d
commit
9ae3d74adc
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ export default function Page() {
|
||||||
return (
|
return (
|
||||||
<Tooltip placement="right" value={session.title}>
|
<Tooltip placement="right" value={session.title}>
|
||||||
<div>
|
<div>
|
||||||
<div class="flex items-center self-stretch gap-6">
|
<div class="flex items-center self-stretch gap-6 justify-between">
|
||||||
<span class="text-14-regular text-text-strong overflow-hidden text-ellipsis truncate">
|
<span class="text-14-regular text-text-strong overflow-hidden text-ellipsis truncate">
|
||||||
{session.title}
|
{session.title}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue