fix(ux): fixed hidden overflow text in api key modal, fixes #4263

This commit is contained in:
Torkel Ödegaard
2016-03-06 12:37:06 +01:00
parent 260c731f6b
commit 7df18678a4
@@ -26,7 +26,7 @@
You can authenticate request using the Authorization HTTP header, example:
<br>
<br>
<pre class="small" style="overflow: hidden">
<pre class="small">
curl -H "Authorization: Bearer your_key_above" http://your.grafana.com/api/dashboards/db/mydash
</pre>
</div>