Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion source/_global.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.. _CloudStack Installation Guide: https://docs.cloudstack.apache.org/en/latest/installguide/index.html
.. _CloudStack Administrator's Guide: https://docs.cloudstack.apache.org/en/latest/adminguide/index.html
.. _CloudStack Apidocs: https://cloudstack.apache.org/api.html
.. _CloudStack API Documentation: https://cloudstack.apache.org/api.html

.. |documentation_home| replace:: https://docs.cloudstack.apache.org/

Expand Down
16 changes: 16 additions & 0 deletions source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
padding-top: 4px;
}

.github-changes-table {
table-layout: auto;
}

.github-changes-table th:nth-child(1),
.github-changes-table td:nth-child(1) {
white-space: nowrap;
width: 1%;
}

.github-changes-table td:nth-child(2),
.github-changes-table th:nth-child(2) {
white-space: nowrap;
word-break: normal;
}

/*
div[class^="highlight"] pre {
font-size:10px
Expand Down
2 changes: 1 addition & 1 deletion source/releasenotes/api-changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
API Changes Introduced in 4.22.0.0
==================================

For the complete list of API commands and params consult the `CloudStack Apidocs`_.
For the complete list of API commands and params consult the `CloudStack API Documentation`_.

Parameters Changed API Commands
-------------------------------
Expand Down
Loading
Loading