mirror of
https://github.com/zulip/zulip.git
synced 2026-06-27 21:01:32 +08:00
stream setting: Change email address popover placement to right.
This commit is contained in:
parent
8c7d4bb5ad
commit
19eef98305
@ -160,7 +160,7 @@ function add_email_hint(row, email_address_hint_content) {
|
||||
var hint_id = "#email-address-hint-" + row.stream_id;
|
||||
|
||||
$("body").on("mouseover", hint_id, function (e) {
|
||||
$(hint_id).popover({placement: "bottom",
|
||||
$(hint_id).popover({placement: "right",
|
||||
title: "Email integration",
|
||||
content: email_address_hint_content,
|
||||
trigger: "manual"});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user