fix(ux): fixed hidden overflow text in api key modal, fixes #4263
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user