Quellcode durchsuchen

docs: common options: don't wrap options

Marian Beermann vor 7 Jahren
Ursprung
Commit
405e5ac9e1
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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;
+}