Skip to content

Commit

Permalink
Merge pull request #4884 from tk0miya/4873_adjust_word-break
Browse files Browse the repository at this point in the history
Fix #4873: Adjust word-break of deprecated-APIs table
  • Loading branch information
tk0miya committed Apr 22, 2018
2 parents bed7643 + d97dc05 commit d505d23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/_themes/sphinx13/static/sphinx13.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ cite, code, tt {
letter-spacing: -0.02em;
}

table.deprecated code.literal {
word-break: break-all;
}

tt {
background-color: #f2f2f2;
border: 1px solid #ddd;
Expand Down
2 changes: 2 additions & 0 deletions doc/extdev/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ The following is a list of deprecated interface.

.. list-table:: deprecated APIs
:header-rows: 1
:class: deprecated
:widths: 40, 10, 10, 40

* - Target
- Deprecated
Expand Down

0 comments on commit d505d23

Please sign in to comment.