Skip to content

Commit ee1c2d0

Browse files
authored
Fix excessive whitespace in v3 docs (#4062)
1 parent 5944eb2 commit ee1c2d0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/v3/source/layouts/layout.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ table_of_contents = extract_table_of_contents(html)
2929
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
3030
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
3131
<title><%= current_page.data.title || "API Documentation" %></title>
32+
<%= stylesheet_link_tag "custom", :media => "screen" %>
3233
<%= favicon_tag 'favicon.ico' %>
3334

3435
<%= stylesheet_link_tag :screen, media: :screen %>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
/* Ensures that divs with the class 'highlight' don't take up the full width of the page preventing excessive whitespace */
3+
.highlight {
4+
display: inline;
5+
}

0 commit comments

Comments
 (0)