mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
tippy: Initialize maxWidth in em units.
This commit is contained in:
@@ -240,7 +240,8 @@ export function initialize(): void {
|
||||
// TODO: Might need to target just the Send button itself
|
||||
// in the new design
|
||||
target: ".disabled-message-send-controls",
|
||||
maxWidth: 350,
|
||||
// 350px at 14px/1em
|
||||
maxWidth: "25em",
|
||||
content: () =>
|
||||
compose_recipient.get_posting_policy_error_message() ||
|
||||
compose_validate.get_disabled_send_tooltip(),
|
||||
|
||||
Reference in New Issue
Block a user