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.
This commit is contained in:
whilstsomebody
2025-01-27 22:00:41 +05:30
committed by Tim Abbott
parent 4b8247731e
commit db7541a770

View File

@@ -1021,6 +1021,7 @@ ul.popover-group-menu-member-list {
line-height: 1.1111em; line-height: 1.1111em;
color: var(--color-text-full-name); color: var(--color-text-full-name);
word-break: break-word; word-break: break-word;
user-select: text;
.zulip-icon.zulip-icon-bot { .zulip-icon.zulip-icon-bot {
vertical-align: middle; vertical-align: middle;