Просмотр исходного кода

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

Torkel Ödegaard 9 лет назад
Родитель
Сommit
7df18678a4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/features/org/partials/apikeyModal.html

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

@@ -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>