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:
Steve Howell 2013-12-16 18:05:23 -05:00
parent 321fa338e5
commit 3418c1852f
1 changed files with 1 additions and 1 deletions

View File

@ -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;