Commit 7df18678 by Torkel Ödegaard

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

parent 260c731f
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment