Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrmendy committed Jan 5, 2024
1 parent ffc5f84 commit 3c5b859
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion editor/src/components/inspector/sections/comment-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,14 @@ const ThreadPreviews = React.memo(() => {
)}
{when(
sortedThreads.length === 0,
<div style={{ padding: 8, color: colorTheme.fg6.value }}>
<div
style={{
padding: 8,
color: colorTheme.fg6.value,
whiteSpace: 'normal',
overflowWrap: 'break-word',
}}
>
Use the commenting tool to leave comments on the canvas. They will also show up here.
</div>,
)}
Expand Down

0 comments on commit 3c5b859

Please sign in to comment.