From db7541a77013a04fdcb5f890f90c49db4ff729e8 Mon Sep 17 00:00:00 2001 From: whilstsomebody Date: Mon, 27 Jan 2025 22:00:41 +0530 Subject: [PATCH] popovers: Make "popover-menu-user-full-name" text selectable. In the profile card that pops up when clicking a user's name, the text of their name was not selectable text previously. This commit makes the text selectable. --- web/styles/popovers.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/popovers.css b/web/styles/popovers.css index 4e67f2c7ba..936b9d20a5 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -1021,6 +1021,7 @@ ul.popover-group-menu-member-list { line-height: 1.1111em; color: var(--color-text-full-name); word-break: break-word; + user-select: text; .zulip-icon.zulip-icon-bot { vertical-align: middle;