Skip to content

Commit

Permalink
Fix style of comment board
Browse files Browse the repository at this point in the history
  • Loading branch information
akasunil committed Dec 6, 2024
1 parent 9b5e5f9 commit 9067050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/collab-sidebar/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ const ThreadWrapper = ( { children, clientId, classNames } ) => {
useBlockElementRef( clientId, blockRef );

const { y, refs } = useFloating( {
placement: 'right-start',
whileElementsMounted: autoUpdate,
} );

Expand Down
1 change: 1 addition & 0 deletions packages/editor/src/components/collab-sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
border: 1px solid $gray-300;
background-color: $gray-100;
margin-bottom: $grid-unit-20;
width: calc(100% - 32px);
}

&__active-thread {
Expand Down

0 comments on commit 9067050

Please sign in to comment.