mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
docs: fix table width
This commit is contained in:
parent
b9afdf795e
commit
4fd9bfc32b
1 changed files with 4 additions and 0 deletions
4
doc/_static/css/restic.css
vendored
4
doc/_static/css/restic.css
vendored
|
|
@ -8,3 +8,7 @@
|
|||
height: 50% !important;
|
||||
width: 50% !important;
|
||||
}
|
||||
|
||||
.wy-table-responsive table td {
|
||||
white-space: normal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue