mirror of https://github.com/zulip/zulip.git
Fix copy/paste for bot user names and API keys.
You can now double click on a bot's API key to copy/paste it. (imported from commit 4738cc3d98545b45c6f8bd201afd3882cfb63f4a)
This commit is contained in:
parent
321fa338e5
commit
3418c1852f
|
@ -2937,7 +2937,7 @@ div.edit_bot {
|
|||
|
||||
#bots_list .email .value,
|
||||
#bots_list .api_key .api-key-value-and-button {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
margin-left: 6em;
|
||||
white-space: -moz-pre-wrap !important;
|
||||
white-space: -pre-wrap;
|
||||
|
|
Loading…
Reference in New Issue