浏览代码

Docs: Improve `borg init` encryption table formatting

Daniel Rudolf 1 月之前
父节点
当前提交
3edf5b3475
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      docs/borg_theme/css/borg.css

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

@@ -131,6 +131,17 @@ table.docutils.borg-options-table tr td:first-child:not([colspan="3"]) {
     text-align: center;
 }
 
+.borg-encryption-table th,
+.borg-encryption-table td {
+    vertical-align: top;
+}
+
+.borg-encryption-table .literal {
+    display: block;
+    margin: 0;
+    white-space: normal;
+}
+
 kbd, /* used in usage pages for options */
 code,
 .rst-content tt.literal,