Browse Source

Docs: Improve `borg init` encryption table formatting

Daniel Rudolf 1 day ago
parent
commit
3edf5b3475
1 changed files with 11 additions and 0 deletions
  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,