Skip to content

Commit

Permalink
ELEMENTS-1691: Fix Edit/Delete dialog overflow caused by long usernam…
Browse files Browse the repository at this point in the history
…e in nuxeo-document-comment-thread
  • Loading branch information
alokhyland committed May 8, 2024
1 parent 2486c62 commit bddf258
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ui/nuxeo-document-comments/nuxeo-document-comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,13 @@ import '../nuxeo-button-styles.js';
>
<dom-if if="[[_areExtendedOptionsAvailable(comment.author, currentUser)]]">
<template>
<paper-menu-button id="options" no-animations close-on-activate>
<paper-menu-button
id="options"
vertical-align="top"
horizontal-align="right"
no-animations
close-on-activate
>
<paper-icon-button
class="main-option"
icon="more-vert"
Expand Down

0 comments on commit bddf258

Please sign in to comment.