diff --git a/web/chat/thread-menu.react.js b/web/chat/thread-menu.react.js --- a/web/chat/thread-menu.react.js +++ b/web/chat/thread-menu.react.js @@ -243,12 +243,12 @@ } return ( -
+ <> {menuActionList} -
+ ); } diff --git a/web/style.css b/web/style.css --- a/web/style.css +++ b/web/style.css @@ -50,6 +50,9 @@ border: 0; padding: 0; } +button svg { + vertical-align: top; +} :global(#react-root) { display: flex; flex-direction: column;