-
Notifications
You must be signed in to change notification settings - Fork 252
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
Fixes post reading time large focus area issue #1111
Fixes post reading time large focus area issue #1111
Conversation
src/components/Story/StoryFull.js
Outdated
title={ | ||
<span> | ||
<div className="inline-block"> | ||
<span className="CommentFooter__bullet" /> |
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.
I think we should change the class name. The name CommentFooter_..
is not relevant here.
src/components/Story/StoryFull.js
Outdated
<Tooltip | ||
title={ | ||
<span> | ||
<div className="inline-block"> |
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.
Why not using <span>
instead of <div className="inline-block">
?
I made the above requested changes. |
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.
Great!
Looks like this has conflicts, please resolve it then we can retest and merge it :) thanks again! |
Fixed, please retest :) |
Fixes #1107 .
Changes:
CommentFooter__bullet
outside of theTooltip