Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2019-09-23 01:49:51 +0300
committerEvan Read <eread@gitlab.com>2019-09-23 01:49:51 +0300
commitb80e68c72e5330bc4160d528d62b8b24e2022055 (patch)
treed9fe7118f0eed83c0f11a63f196809c780e14da4 /layouts/default.html
parent685ca4c90c0896a47b4d9d8329d78b166df34b5d (diff)
Add fixed layout class to wide tables
Added a fixed layout class to tables that are too wide
Diffstat (limited to 'layouts/default.html')
-rw-r--r--layouts/default.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/default.html b/layouts/default.html
index 34bb3a09..17b7fab9 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -58,7 +58,7 @@
Level: <%= @item[:level] %>
</div>
<% end %>
- <div class="article-content js-article-content <% if @item[:table_display_block] %>table-display-block<% end %>" role="main" itemscope itemprop="mainContentOfPage">
+ <div class="article-content js-article-content" role="main" itemscope itemprop="mainContentOfPage">
<%= yield %>
</div>
<% if @item[:last_updated] %>
@@ -88,5 +88,6 @@
<script src="<%= @items['/assets/javascripts/docs.*'].path %>"></script>
<script src="<%= @items['/assets/javascripts/global-nav.*'].path %>"></script>
<script src="<%= @items['/assets/javascripts/class-toggle.*'].path %>"></script>
+ <script src="<%= @items['/assets/javascripts/tables.*'].path %>"></script>
</body>
</html>