Browse Source

docs: common options: don't wrap options

Marian Beermann 7 năm trước cách đây
mục cha
commit
405e5ac9e1
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      docs/borg_theme/css/borg.css

+ 4 - 0
docs/borg_theme/css/borg.css

@@ -196,3 +196,7 @@ cite {
 .sidebar-toc ul li.toctree-l3 a {
     padding-right: 25px;
 }
+
+#common-options .option {
+    white-space: nowrap;
+}