Przeglądaj źródła

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

Torkel Ödegaard 9 lat temu
rodzic
commit
7df18678a4

+ 1 - 1
public/app/features/org/partials/apikeyModal.html

@@ -26,7 +26,7 @@
 			You can authenticate request using the Authorization HTTP header, example:
 			You can authenticate request using the Authorization HTTP header, example:
 			<br>
 			<br>
 			<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
 curl -H "Authorization: Bearer your_key_above" http://your.grafana.com/api/dashboards/db/mydash
 			</pre>
 			</pre>
 		</div>
 		</div>