Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #134: Restructure spec and address several significant PRC review issues #137

Merged
merged 17 commits into from
Jul 25, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add custom class tag to wrap table cells (previous solution caused af…
…fected l/r clearing elsewhere in the spec)
  • Loading branch information
reece committed Jul 23, 2019
commit 430a66ee021fc6bcd9109647be69a01b7ec9f018
4 changes: 2 additions & 2 deletions docs/source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* override table width restrictions */
@media screen and (min-width: 767px) {

.wy-table-responsive table td {
table.reece-wrap td {
/* !important prevents the common CSS stylesheets from overriding
this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}

.wy-table-responsive {
table.reece-wrap {
overflow: visible !important;
}
}
1 change: 1 addition & 0 deletions docs/source/impl-guide/required_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Data Services
The following tables summarizes data required in the above contexts:

.. list-table:: Data Service Desciptions
:class: reece-wrap
:widths: auto
:header-rows: 1

Expand Down