Skip to content

Commit

Permalink
[explore] giving more room to Slice title (#1118)
Browse files Browse the repository at this point in the history
* [explore] giving more room to Slice title

* h2->h3 for slice title
  • Loading branch information
mistercrunch committed Sep 16, 2016
1 parent ffe6fb8 commit e8f1bab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions caravel/templates/caravel/explore.html
Expand Up @@ -189,11 +189,11 @@
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-title">
<div class="row">
<div class="col-md-6">
<div class="clearfix">
<div class="pull-left">
{% include 'caravel/partials/_explore_title.html' %}
</div>
<div class="col-md-6">
<div class="pull-right">
<div class="slice-meta-controls pull-right">
<span id="is_cached" class="label label-default m-r-3" title="{{ _("Force refresh" )}}" data-toggle="tooltip">
cached
Expand Down
2 changes: 1 addition & 1 deletion caravel/templates/caravel/partials/_explore_title.html
Expand Up @@ -26,5 +26,5 @@ <h2>
</h2>
{% endif %}
{% else %}
<h2>[{{ viz.datasource.table_name }}] - untitled</h2>
<h3>[{{ viz.datasource.table_name }}] - untitled</h3>
{% endif %}

0 comments on commit e8f1bab

Please sign in to comment.