mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix vis-type descriptions in IE 10
This commit is contained in:
parent
b3050b2623
commit
8368822333
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<i aria-hidden="true" class="fa fa-fw" ng-class="type.icon"></i>
|
||||
<h4>{{type.title}}</h4>
|
||||
</div>
|
||||
<span class="wizard-vis-type-description">{{type.description}}</span>
|
||||
<p class="wizard-vis-type-description">{{type.description}}</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue