Browse Source

Better long titles

Andrew Kane 9 năm trước cách đây
mục cha
commit
ea71f44018

+ 1 - 1
app/views/blazer/dashboards/show.html.erb

@@ -19,7 +19,7 @@
     <div class="row" style="padding-top: 13px;">
       <div class="col-sm-9">
         <%= render partial: "blazer/nav" %>
-        <h3 style="margin: 0; line-height: 34px; display: inline-block;">
+        <h3 style="margin: 0; line-height: 34px; display: inline;">
           <%= @dashboard.name %>
         </h3>
       </div>

+ 1 - 1
app/views/blazer/queries/show.html.erb

@@ -19,7 +19,7 @@
     <div class="row" style="padding-top: 13px;">
       <div class="col-sm-9">
         <%= render partial: "blazer/nav" %>
-        <h3 style="margin: 0; line-height: 34px; display: inline-block;">
+        <h3 style="margin: 0; line-height: 34px; display: inline;">
           <%= @query.name %>
         </h3>
       </div>