Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
fixed some layouting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Apr 18, 2018
1 parent 62f1640 commit d565fbe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/_static/custom.css → docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ input[class="didnt-finish"]:focus + svg {
fill: rgb(255, 255, 0);
}

.wy-table-responsive table td,
.wy-table-responsive table th {
white-space: normal!important;
}

/*
fixes wrong line height in code snippets. (line height between code lines
and shown line numbers is different so that the line numbers and the code
Expand Down
3 changes: 0 additions & 3 deletions docs/_static/rasa-theme.css

This file was deleted.

2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "!layout.html" %}

{% set css_files = css_files + ['_static/custom.css'] %}
{% set css_files = css_files + ['_static/css/custom.css'] %}

{% block footer %}
{{ super() }}
Expand Down

0 comments on commit d565fbe

Please sign in to comment.