Skip to content

Commit

Permalink
enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
anikdhabal committed Aug 16, 2023
1 parent 36a53d2 commit b468684
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ limitations under the License.
.TracePageSearchBar--locateBtn {
padding: 1px 8px 4px;
}
.help-button{
border: 1px solid #999;
border-radius: 100px;
color: #999;
cursor: pointer;
padding: 1px;
margin: 0 -6px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function TracePageSearchBarFn(props: TracePageSearchBarProps & { forwarde
trigger='click'
overlayStyle={{ maxWidth: '600px' }} // This is a large tooltip and the default is too narrow.
title={renderTooltip()}>
<Button htmlType="button"><IoHelp className="SearchForm--hintTrigger" /></Button>
<Button><IoHelp className="help-button"/></Button>
</Tooltip>
{navigable && (
<>
Expand Down

0 comments on commit b468684

Please sign in to comment.