Commit 132daf05 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Fix alignment of menu caret on Notebook user filter menu

The `Menu` container element was stretching to fill the entire grid
slot, which made the little menu "caret" show up too far to the right
when the menu was opened.
parent 7ea59e4d
......@@ -135,7 +135,7 @@ function NotebookView({ loadAnnotationsService, streamer }) {
{groupName}
</h1>
</header>
<div>
<div className="justify-self-start">
<NotebookFilters />
</div>
<div className="flex items-center lg:justify-self-end text-lg font-medium">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment