-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Fix to comments visualization in tables and fields popovers #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@santilapi13 is attempting to deploy a commit to the dottle's projects Team on Vercel. A member of the Team first needs to authorize it. |
</div> | ||
} | ||
position="right" | ||
showArrow | ||
style={{ width: "200px", wordBreak: "break-word" }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p> | ||
<strong>Comment:</strong>{" "} | ||
{e.comment === "" ? ( | ||
"Not comment" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace "Not comment" with "No comment"
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you
I saw issue #26 and I didn't catch what it was refering to (maybe some about bringing comments from SQL code?), but I found out a few bugs in comments display while you hover the mouse over tables and tables' fields.
wordBreak:"break-word"
to the Popover's style property.This is not a big deal but it would be my first contribution ever, so I hope it helps.