]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
[5.2] Bug 2057316 Fix table content wrapping in docs (#230)
authorDanny Colin <dannycolin@users.noreply.github.com>
Sat, 25 Jul 2026 18:40:25 +0000 (14:40 -0400)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2026 18:40:25 +0000 (14:40 -0400)
Signed-off-by: Danny Colin <contact@dannycolin.com>
docs/en/rst/_static/bugzilla.css

index 8d1132f245e728d90c85cec30c565b42c8ec55d0..5369bfd22e7d4e21e9eaa6844437ed98169b06ed 100644 (file)
@@ -3,3 +3,14 @@
   min-width: 150px;
   width: 350px;
 }
+
+.wy-table-responsive table td,
+.wy-table-responsive table th {
+  white-space: wrap;
+}
+
+.rst-content table.docutils td,
+.rst-content table.field-list td,
+.wy-table td {
+       vertical-align: top;
+}