Skip to content

Commit 494482e

Browse files
no wrap for github column in changes
1 parent b18d824 commit 494482e

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

source/_static/theme_overrides.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
padding-top: 4px;
1616
}
1717

18+
.github-changes-table td:nth-child(2),
19+
.github-changes-table th:nth-child(2) {
20+
white-space: nowrap;
21+
word-break: normal;
22+
}
23+
1824
/*
1925
div[class^="highlight"] pre {
2026
font-size:10px

source/releasenotes/changes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
.. cssclass:: table-striped table-bordered table-hover
2+
.. cssclass:: table-striped table-bordered table-hover github-changes-table
33

44

55
+-------------------------+---------------+------------------------------------------------------------+
@@ -1028,7 +1028,7 @@ Apache CloudStack uses GitHub https://github.com/apache/cloudstack/milestone/37?
10281028
to track its issues
10291029

10301030

1031-
.. cssclass:: table-striped table-bordered table-hover
1031+
.. cssclass:: table-striped table-bordered table-hover github-changes-table
10321032

10331033

10341034
+-------------------------+---------------+------------------------------------------------------------+
@@ -1652,7 +1652,7 @@ Changes in 4.21.0.0 since 4.20.1.0
16521652
Apache CloudStack uses GitHub https://github.com/apache/cloudstack/milestone/35?closed=1
16531653
to track its issues
16541654

1655-
.. cssclass:: table-striped table-bordered table-hover
1655+
.. cssclass:: table-striped table-bordered table-hover github-changes-table
16561656

16571657

16581658
+-------------------------+---------------+------------------------------------------------------------+
@@ -2316,7 +2316,7 @@ Apache CloudStack uses GitHub https://github.com/apache/cloudstack/milestone/36?
23162316
to track its issues.
23172317

23182318

2319-
.. cssclass:: table-striped table-bordered table-hover
2319+
.. cssclass:: table-striped table-bordered table-hover github-changes-table
23202320

23212321
+-------------------------+--------------------+------------------------------------------------------------+
23222322
| Version | Github | Description |
@@ -2848,7 +2848,7 @@ Apache CloudStack uses GitHub https://github.com/apache/cloudstack/milestone/30?
28482848
to track its issues.
28492849

28502850

2851-
.. cssclass:: table-striped table-bordered table-hover
2851+
.. cssclass:: table-striped table-bordered table-hover github-changes-table
28522852

28532853

28542854
+-------------------------+----------+------------------------------------------------------------+

0 commit comments

Comments
 (0)