Skip to content

Commit

Permalink
Merge pull request #1533 from memphisdev/bugfix-RND-341-fix-tooltip
Browse files Browse the repository at this point in the history
Fix tooltip
  • Loading branch information
otabek-memphis authored Dec 19, 2023
2 parents edf9925 + d5cfb40 commit e75c115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui_src/src/components/lockFeature/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.memphis-tooltip{
cursor: pointer;
width: 200px;
//width: 200px;
p{
margin: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ const ProduceConsumList = ({ producer }) => {
{row?.connector_connection_id ? (
'N/A'
) : (
<TooltipComponent text="connected | disconnected" placement="right">
<TooltipComponent text="connected | disconnected">
{row.connected_producers_count + ' | ' + row.disconnected_producers_count}
</TooltipComponent>
)}
Expand Down

0 comments on commit e75c115

Please sign in to comment.