From 7df18678a41f467ece8caf072867c433a6f31780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 6 Mar 2016 12:37:06 +0100 Subject: [PATCH] fix(ux): fixed hidden overflow text in api key modal, fixes #4263 --- public/app/features/org/partials/apikeyModal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/org/partials/apikeyModal.html b/public/app/features/org/partials/apikeyModal.html index 2af81e57ac8..a4f59e1b86e 100644 --- a/public/app/features/org/partials/apikeyModal.html +++ b/public/app/features/org/partials/apikeyModal.html @@ -26,7 +26,7 @@ You can authenticate request using the Authorization HTTP header, example:

-
+			
 curl -H "Authorization: Bearer your_key_above" http://your.grafana.com/api/dashboards/db/mydash